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
|
||||
];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
fsType = "ext4";
|
||||
options = [ "noatime" ];
|
||||
};
|
||||
# fileSystems."/" = {
|
||||
# device = "/dev/disk/by-label/nixos";
|
||||
# fsType = "ext4";
|
||||
# options = [ "noatime" ];
|
||||
# };
|
||||
|
||||
eboskma = {
|
||||
users.erwin = {
|
||||
|
|
Loading…
Reference in a new issue