diff options
author | makefu <github@syntax-fehler.de> | 2019-10-31 15:19:04 +0100 |
---|---|---|
committer | Jeschli <jeschli@gmail.com> | 2019-11-14 15:36:11 +0100 |
commit | cb2e450741074630fab426c260990273e84cfa24 (patch) | |
tree | 11acebbdb5edf90bcfb1e553e7c23e6fd47be26a /krebs | |
parent | 0251e941c395e808f68d8e548420a9d8e5486459 (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 |