Remove filesystem declaration that is already taken from module
This commit is contained in:
parent
15731fd9f0
commit
7fc716534f
1 changed files with 5 additions and 5 deletions
|
@ -12,11 +12,11 @@ in
|
||||||
../../users/erwin
|
../../users/erwin
|
||||||
];
|
];
|
||||||
|
|
||||||
fileSystems."/" = {
|
# fileSystems."/" = {
|
||||||
device = "/dev/disk/by-label/nixos";
|
# device = "/dev/disk/by-label/nixos";
|
||||||
fsType = "ext4";
|
# fsType = "ext4";
|
||||||
options = [ "noatime" ];
|
# options = [ "noatime" ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
eboskma = {
|
eboskma = {
|
||||||
users.erwin = {
|
users.erwin = {
|
||||||
|
|
Loading…
Reference in a new issue