Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 6m56s

This commit is contained in:
2026-06-30 20:23:40 +00:00
parent 4187e7dc79
commit 34ff056ca9
+10 -10
View File
@@ -17,17 +17,17 @@
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Mount server data # Mount server data
fileSystems."/srv" = { #fileSystems."/srv" = {
device = "/dev/disk/by-label/server-data"; # device = "/dev/disk/by-label/server-data";
fsType = "ext4"; # fsType = "ext4";
options = [ "defaults" ]; # options = [ "defaults" ];
}; #};
fileSystems."/backup" = { #fileSystems."/backup" = {
device = "/dev/disk/by-label/backup-data"; # device = "/dev/disk/by-label/backup-data";
fsType = "ext4"; # fsType = "ext4";
options = [ "defaults" ]; # options = [ "defaults" ];
}; #};
#Add sym links to data on users home folder #Add sym links to data on users home folder
system.userActivationScripts.createDockerSymlink.text = '' system.userActivationScripts.createDockerSymlink.text = ''