diff options
| author | Skullheadx <andrew@andrew-montgomery.dev> | 2026-07-10 15:38:25 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@andrew-montgomery.dev> | 2026-07-20 07:26:34 -0400 |
| commit | 2bbf0a2acd04286029166850c226e8b937e5915f (patch) | |
| tree | c7818cafda92cdd064908a162780b5f90d39f2e2 /hosts/nepsis | |
| parent | add python and imagemagick (diff) | |
| download | nixos-2bbf0a2acd04286029166850c226e8b937e5915f.tar.gz nixos-2bbf0a2acd04286029166850c226e8b937e5915f.tar.bz2 nixos-2bbf0a2acd04286029166850c226e8b937e5915f.zip | |
Revert "try modules"
This reverts commit 3c6ebd9f6cc68733a5c473b4eb1dffcc0d425004.
Diffstat (limited to 'hosts/nepsis')
| -rw-r--r-- | hosts/nepsis/configuration.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 7ed6252..acbca92 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -6,14 +6,13 @@ }: { 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 |
