failed to (create current|crawl system) director(y|ies)

This commit is contained in:
mtgmonkey
2025-12-29 11:53:52 +01:00
parent 12438a9c8d
commit 29f22c7c24
4 changed files with 46 additions and 43 deletions

View File

@@ -1,11 +1,7 @@
{lib, ...}: {
boot.loader = {
efi.canTouchEfiVariables = true;
limine = {
enable = true;
efiSupport = true;
};
timeout = lib.mkDefault 2;
systemd-boot.enable = true;
};
environment.persistence."/persist" = {
enable = true;
@@ -17,8 +13,14 @@
"/var/lib/systemd/coredump"
"/etc/NetworkManager/system-connections"
];
files = [
"/etc/machine-id"
"/etc/shadow"
"/etc/shadow-"
];
users."mtgmonkey" = {
directories = [
"conf"
"Downloads"
".backups"
".ssh"
@@ -66,6 +68,7 @@
users.users."mtgmonkey" = {
isNormalUser = true;
description = "mtgmonkey";
initialPassword = "password";
extraGroups = [
"networkmanager"
"wheel"