fix /var/log

This commit is contained in:
Greg Burd 2023-10-02 08:55:18 -04:00
parent 7350f93a68
commit 95faf1a29b
No known key found for this signature in database
GPG key ID: 1FC1E7793410DE46
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@
directories = [
"/var/lib/systemd"
"/var/lib/nixos"
"/var/log"
# "/var/log"
"/srv"
];
};

View file

@ -65,5 +65,4 @@ in
};
fileSystems."/persist".neededForBoot = true;
fileSystems."/var/log".neededForBoot = true;
}