summaryrefslogtreecommitdiff
path: root/hosts/eostre
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-11-02 00:15:19 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-11-02 00:15:19 +0100
commit86ccf1964b5e30ead1b5f0d8ad376f9aa655d684 (patch)
treee15c0c338518c34c1e7066a1bded2ade641564f2 /hosts/eostre
parent42984e77041cfc95d333319bef0b2d8f441f56d3 (diff)
downloadnixos-86ccf1964b5e30ead1b5f0d8ad376f9aa655d684.tar
nixos-86ccf1964b5e30ead1b5f0d8ad376f9aa655d684.tar.gz
nixos-86ccf1964b5e30ead1b5f0d8ad376f9aa655d684.tar.bz2
nixos-86ccf1964b5e30ead1b5f0d8ad376f9aa655d684.tar.xz
nixos-86ccf1964b5e30ead1b5f0d8ad376f9aa655d684.zip
tmpfs-root system-profile
Diffstat (limited to 'hosts/eostre')
-rw-r--r--hosts/eostre/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/eostre/default.nix b/hosts/eostre/default.nix
index 4aa6473e..e20929b4 100644
--- a/hosts/eostre/default.nix
+++ b/hosts/eostre/default.nix
@@ -67,9 +67,6 @@ with lib;
67 zramSwap.enable = true; 67 zramSwap.enable = true;
68 68
69 system.stateVersion = config.system.nixos.release; # No state 69 system.stateVersion = config.system.nixos.release; # No state
70 security.sudo.extraConfig = ''
71 Defaults lecture = never
72 '';
73 70
74 71
75 time.timeZone = "Europe/Berlin"; 72 time.timeZone = "Europe/Berlin";