diff options
| author | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 15:27:25 -0400 |
|---|---|---|
| committer | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 15:27:25 -0400 |
| commit | 3c6ebd9f6cc68733a5c473b4eb1dffcc0d425004 (patch) | |
| tree | f19308568b0ac7a282448c9ec260852dd2874df2 /hosts/nepsis | |
| parent | switch to name - system pattern (diff) | |
| download | nixos-3c6ebd9f6cc68733a5c473b4eb1dffcc0d425004.tar.gz nixos-3c6ebd9f6cc68733a5c473b4eb1dffcc0d425004.tar.bz2 nixos-3c6ebd9f6cc68733a5c473b4eb1dffcc0d425004.zip | |
try modules
Diffstat (limited to 'hosts/nepsis')
| -rw-r--r-- | hosts/nepsis/configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index c7ef1f0..3c59824 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -6,13 +6,14 @@ }: { imports = [ ./hardware-configuration.nix - ./../../lockscreen.nix - ./../../x11.nix ./../../hjem-linux.nix ./../../audio.nix ./../../vim.nix ]; + my.lockscreen.enable = true; + my.x11.enable = true; + networking.hostName = "nepsis"; # networking.extraHosts = '' # 0.0.0.0 youtube.com |
