diff options
Diffstat (limited to 'hosts/icon')
| -rw-r--r-- | hosts/icon/configuration.nix | 6 |
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. |
