This commit is contained in:
2026-04-03 21:02:35 +00:00
parent e176f52a75
commit c63faed698
9 changed files with 183 additions and 60 deletions

View File

@@ -8,7 +8,7 @@
imports = [
../common.nix
../user-sstent.nix
inputs.nixos-wsl.nixosModules.wsl
inputs.nixos-wsl.nixosModules.default
];
# system.stateVersion = "22.11";
@@ -16,7 +16,7 @@
networking.hostName = "StuMini-WSL";
services.openssh.enable = true;
custom = {
mullvad.enable = true;
mullvad.enable = false;
mnt_public.enable = false;
syncthing.enable = true;
wsl.enable = true;

View File

@@ -8,7 +8,7 @@
imports = [
../common.nix
../user-sstent.nix
inputs.nixos-wsl.nixosModules.wsl
inputs.nixos-wsl.nixosModules.default
];
# system.stateVersion = "22.11";

View File

@@ -11,6 +11,7 @@
[
inputs.home-manager.nixosModules.home-manager
inputs.sops-nix.nixosModules.sops
inputs.vscode-server.nixosModules.default
]
++ (builtins.attrValues outputs.nixosModules);
@@ -95,8 +96,17 @@
aubio
pydub
]))
# (pkgs.vscode-with-extensions.override {
# vscodeExtensions = with pkgs.nix-vscode-extensions.vscode-marketplace; [
# # Add Kilo Code extension
# kilocode.kilo-code
# ];
# })
];
services.vscode-server.enable = true;
nix.gc = {
automatic = true; # Enable the automatic garbage collector
dates = "03:15"; # When to run the garbage collector

View File

@@ -8,7 +8,7 @@
imports = [
../common.nix
../user-sstent.nix
inputs.nixos-wsl.nixosModules.wsl
inputs.nixos-wsl.nixosModules.default
];
# system.stateVersion = "22.11";