diff options
| author | adikro <adikro@disroot.org> | 2025-12-27 15:43:05 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-27 15:43:05 +0100 |
| commit | 27ee582379442277853fe6935c80007da1f1cc50 (patch) | |
| tree | fc0332f03e32b4fb6ae065853474a3c4a8d8411e /hosts/laptop/configuration.nix | |
| parent | 57bf6c7c1cbd8c51f358d8837704e567a487d547 (diff) | |
some reformatting
Diffstat (limited to 'hosts/laptop/configuration.nix')
| -rw-r--r-- | hosts/laptop/configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 1f06829..7688f33 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -7,7 +7,7 @@ ../../os/default.nix ]; - os = { + sys = { core = { allowUnfree.enable = true; @@ -21,7 +21,6 @@ users.${username}.path = ./home.nix; }; locale.enable = true; - network.enable = true; memory = { zram = { enable = true; @@ -32,8 +31,10 @@ size = 8; }; }; + network.enable = true; power.enable = true; security.enable = true; + ssh.enable = true; storage = { enable = true; keepDays = 14; |
