mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
reorg + condiational secrets
This commit is contained in:
20
hosts/go3-wsl/default.nix
Normal file
20
hosts/go3-wsl/default.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ lib, pkgs, config, inputs, ... }: {
|
||||
|
||||
imports = [
|
||||
../common.nix
|
||||
../user-sstent.nix
|
||||
inputs.nixos-wsl.nixosModules.wsl
|
||||
];
|
||||
|
||||
# system.stateVersion = "22.11";
|
||||
nixpkgs.hostPlatform.system = "x86_64-linux";
|
||||
networking.hostName = "go3-wsl";
|
||||
|
||||
custom = {
|
||||
mullvad.enable = true;
|
||||
mnt_public.enable = true;
|
||||
syncthing.enable = true;
|
||||
wsl.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user