summaryrefslogtreecommitdiffstats
path: root/lass/1systems
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-01-09 17:12:50 +0100
committerlassulus <lass@lassul.us>2017-01-09 17:12:50 +0100
commit4097f5167196dadfa53865769c242126746285d3 (patch)
tree6209110156c11e9fac3215d07d4cb070157960ab /lass/1systems
parentd8a52b784450909780f771d6550444ed66d6b667 (diff)
l 1 shodan: reinstall with btrfs
Diffstat (limited to 'lass/1systems')
-rw-r--r--lass/1systems/shodan.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/lass/1systems/shodan.nix b/lass/1systems/shodan.nix
index 09589838..232e91d9 100644
--- a/lass/1systems/shodan.nix
+++ b/lass/1systems/shodan.nix
@@ -59,17 +59,13 @@ with import <stockholm/lib>;
fileSystems = {
"/" = {
device = "/dev/pool/nix";
- fsType = "ext4";
+ fsType = "btrfs";
};
"/boot" = {
device = "/dev/sda1";
};
- "/home/lass" = {
- device = "/dev/pool/home-lass";
- fsType = "ext4";
- };
"/tmp" = {
device = "tmpfs";
fsType = "tmpfs";
@@ -77,7 +73,7 @@ with import <stockholm/lib>;
};
"/bku" = {
device = "/dev/pool/bku";
- fsType = "ext4";
+ fsType = "btrfs";
};
};