Update hardware-configuration.nix
This commit is contained in:
parent
03c86eeadc
commit
1b55aad22a
|
@ -16,8 +16,8 @@
|
|||
device = "/dev/disk/by-uuid/1147e812-b85d-4690-bbb1-d8ba5c398798";
|
||||
fsType = "ext4";
|
||||
};
|
||||
fileSystems."/mnt/archive" = {
|
||||
device = "//u203375.your-storagebox.de/backup/media_archive";
|
||||
fileSystems."/mnt/game_archive" = {
|
||||
device = "//u360073-sub1.your-storagebox.de/u360073-sub1";
|
||||
fsType = "cifs";
|
||||
options = [ "seal,iocharset=utf8,credentials=/root/.smbcredentials,uid=0,gid=993,file_mode=0775,dir_mode=0775,cache=loose" ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue