diff options
author | makefu <github@syntax-fehler.de> | 2019-10-31 15:19:04 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-10-31 15:19:04 +0100 |
commit | d3b0e07fbb7e2cbe54a766e202de0fb952da8fa7 (patch) | |
tree | 23137bcecbbddfbf7a0b1890d6c0d5e26a3563b4 /krebs | |
parent | a52e2d79168da4154a95a8d91cf7592995e66e55 (diff) |
wolf.r: disable swap
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/1systems/wolf/config.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/krebs/1systems/wolf/config.nix b/krebs/1systems/wolf/config.nix index e47c43fe1..e87b7bb99 100644 --- a/krebs/1systems/wolf/config.nix +++ b/krebs/1systems/wolf/config.nix @@ -117,10 +117,6 @@ in fileSystems."/" = { device = "/dev/disk/by-label/nixos"; fsType = "ext4"; }; - swapDevices = [ - { device = "/dev/disk/by-label/swap"; } - ]; - users.extraUsers.root.openssh.authorizedKeys.keys = [ config.krebs.users."0x4A6F".pubkey config.krebs.users.ulrich.pubkey |