commit
7f87156a58
21
nixos/machines/dean-zephyrus.nix
Normal file
21
nixos/machines/dean-zephyrus.nix
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{ lib, pkgs, config, inputs, forEachUser, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../configuration.nix
|
||||||
|
];
|
||||||
|
services.xserver.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [sublime];
|
||||||
|
modules.desktop.enable = false;
|
||||||
|
modules.plasma.enable = false;
|
||||||
|
imalison.nixOverlay.enable = false;
|
||||||
|
modules.wsl.enable = true;
|
||||||
|
|
||||||
|
networking.hostName = "dean-zephyrus";
|
||||||
|
|
||||||
|
wsl.defaultUser = "dean";
|
||||||
|
system.stateVersion = "22.05";
|
||||||
|
|
||||||
|
home-manager.users = forEachUser {
|
||||||
|
home.stateVersion = "22.05";
|
||||||
|
};
|
||||||
|
}
|
@ -29,7 +29,6 @@
|
|||||||
keep-derivations = true;
|
keep-derivations = true;
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
"https://cache.railbird.ai?priority=45"
|
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"cache.railbird.ai:KhnvcouxtIU2zxUcjJsm4bUK3o1S3p8xMf9qfZGF7/A="
|
"cache.railbird.ai:KhnvcouxtIU2zxUcjJsm4bUK3o1S3p8xMf9qfZGF7/A="
|
||||||
|
@ -16,6 +16,5 @@ makeEnable config "modules.wsl" false {
|
|||||||
automountPath = "/mnt";
|
automountPath = "/mnt";
|
||||||
startMenuLaunchers = true;
|
startMenuLaunchers = true;
|
||||||
nativeSystemd = true;
|
nativeSystemd = true;
|
||||||
docker-native.enable = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user