summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-10-31 15:19:04 +0100
committermakefu <github@syntax-fehler.de>2019-10-31 15:19:04 +0100
commitd3b0e07fbb7e2cbe54a766e202de0fb952da8fa7 (patch)
tree23137bcecbbddfbf7a0b1890d6c0d5e26a3563b4
parenta52e2d79168da4154a95a8d91cf7592995e66e55 (diff)
wolf.r: disable swap
-rw-r--r--krebs/1systems/wolf/config.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/krebs/1systems/wolf/config.nix b/krebs/1systems/wolf/config.nix
index e47c43fe..e87b7bb9 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