summaryrefslogtreecommitdiffstats
path: root/hosts/icon
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/icon')
-rw-r--r--hosts/icon/configuration.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix
index 06d7350..f15fbf2 100644
--- a/hosts/icon/configuration.nix
+++ b/hosts/icon/configuration.nix
@@ -148,7 +148,11 @@
'';
};
};
-
+ fileSystems."/srv/data" = {
+ device = "/dev/disk/by-uuid/9014f510-b08e-488f-8c43-20a4ac7f15cc";
+ fsType = "ext4";
+ options = ["defaults" "nofail"];
+ };
networking.hostName = "icon";
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.