mirror of
https://github.com/sstent/vmimages.git
synced 2026-04-29 08:12:49 +00:00
sync
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
imports = [
|
||||
../common.nix
|
||||
../user-sstent.nix
|
||||
inputs.nixos-wsl.nixosModules.wsl
|
||||
inputs.nixos-wsl.nixosModules.default
|
||||
];
|
||||
|
||||
# system.stateVersion = "22.11";
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
imports = [
|
||||
../common.nix
|
||||
../user-sstent.nix
|
||||
inputs.nixos-wsl.nixosModules.wsl
|
||||
inputs.nixos-wsl.nixosModules.default
|
||||
];
|
||||
|
||||
# system.stateVersion = "22.11";
|
||||
|
||||
Reference in New Issue
Block a user