diff options
author | makefu <github@syntax-fehler.de> | 2017-07-21 09:11:08 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-21 09:11:08 +0200 |
commit | 77ea3dc79ba5c82663977755d673d2c8f8fdd0b1 (patch) | |
tree | b030977f43c10cd13968836aff6f91dacfb849b2 /lass/1systems/mors/config.nix | |
parent | 0cce2f9d14766dc29674c098fe84aaca0adc7876 (diff) | |
parent | 8bfcf85531c4b8455c301504ccd74f95487e86d0 (diff) |
Merge branch 'master' of prism:stockholm
Diffstat (limited to 'lass/1systems/mors/config.nix')
-rw-r--r-- | lass/1systems/mors/config.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lass/1systems/mors/config.nix b/lass/1systems/mors/config.nix index 45b3f740f..29dacf8dc 100644 --- a/lass/1systems/mors/config.nix +++ b/lass/1systems/mors/config.nix @@ -24,6 +24,7 @@ with import <stockholm/lib>; <stockholm/lass/2configs/ircd.nix> <stockholm/lass/2configs/logf.nix> <stockholm/lass/2configs/syncthing.nix> + <stockholm/lass/2configs/otp-ssh.nix> { #risk of rain port krebs.iptables.tables.filter.INPUT.rules = [ @@ -110,11 +111,11 @@ with import <stockholm/lib>; "/boot" = { device = "/dev/sda2"; }; - #"/bku" = { - # device = "/dev/mapper/pool-bku"; - # fsType = "btrfs"; - # options = ["defaults" "noatime" "ssd" "compress=lzo"]; - #}; + "/bku" = { + device = "/dev/mapper/pool-bku"; + fsType = "btrfs"; + options = ["defaults" "noatime" "ssd" "compress=lzo"]; + }; "/home" = { device = "/dev/mapper/pool-home"; fsType = "btrfs"; |