From 29f22c7c24ebdc1e24eb38ae0be6dd6366caba72 Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Mon, 29 Dec 2025 11:53:52 +0100 Subject: failed to (create current|crawl system) director(y|ies) --- configuration.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 6ac1f89..5e4704b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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" -- cgit v1.3