bert: Add public mount from bigbird
This commit is contained in:
parent
0b821f6111
commit
e9e8913fe6
|
@ -35,6 +35,11 @@
|
|||
boot.initrd.luks.devices."luks-48836129-1aa0-45c7-9fd1-6b053fa620b1".device = "/dev/disk/by-uuid/48836129-1aa0-45c7-9fd1-6b053fa620b1";
|
||||
networking.hostName = "bert";
|
||||
|
||||
fileSystems."/mnt/bigbird-public" = {
|
||||
device = "//bigbird/public";
|
||||
fsType = "cifs";
|
||||
options = [ "guest" ];
|
||||
};
|
||||
|
||||
time.timeZone = "America/Chicago";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
|
Loading…
Reference in a new issue