Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 6m56s
Check NixOS configurations / eval-hosts (push) Failing after 6m56s
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user