From c7836497849d9a4dd9bd1b3e5362670454d17ecd Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 4 Oct 2025 15:56:12 -0500 Subject: [PATCH] restructured users --- hosts/snowbelle/configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 9303685..229ae7c 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -4,7 +4,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../../users/blake/blake.nix + ../../users/users.nix ../../modules/system/system.nix ../../modules/homelab/homelab.nix ]; @@ -24,8 +24,10 @@ }; }; - # enable user - users.blake.enable = true; + # enable users + users = { + blake.enable = true; + }; # passwordless rebuild security.sudo.extraRules = [