Remove filesystem declaration that is already taken from module

This commit is contained in:
Erwin Boskma 2022-12-23 09:22:06 +01:00
parent 15731fd9f0
commit 7fc716534f
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -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 = {