Add non-working filesystem comment
I just mounted the disk by hand, less dangerous that way.
This commit is contained in:
parent
c5c612e35e
commit
d042a416c3
1 changed files with 13 additions and 0 deletions
|
|
@ -13,6 +13,19 @@
|
|||
boot.kernelModules = [ ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
# yeah, when I enabled this everything about the server died.
|
||||
/*
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/sda3";
|
||||
};
|
||||
"/mnt/bigdisk" = {
|
||||
device = "762be975-bbf0-4fd6-998f-7eb077b580cb";
|
||||
options = [ "users" "nofail" ];
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||
# still possible to use this option, but it's recommended to use it in conjunction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue