restructure user
This commit is contained in:
@@ -8,7 +8,7 @@ in
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../users
|
||||
../../users/blake
|
||||
../../modules/system
|
||||
../../modules/homelab
|
||||
../../modules/homelab/minecraft_recpro
|
||||
@@ -54,12 +54,6 @@ in
|
||||
minecraft_recpro.enable = true;
|
||||
};
|
||||
|
||||
# configure users & groups
|
||||
users = {
|
||||
blake.enable = true; # main user, home manager
|
||||
defaultUserShell = pkgs.zsh; # the goat
|
||||
};
|
||||
|
||||
# boot (systemd is going on me)
|
||||
boot.loader.systemd-boot.enable = true; # systemd your pretty cool ya know
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
Reference in New Issue
Block a user