need to finish up user setup with passwords and whatnot

This commit is contained in:
TheWanderingCrow 2025-06-09 14:25:56 -04:00
parent 2141de8cb1
commit 15d77dc57c
16 changed files with 245 additions and 132 deletions

View file

@ -13,6 +13,8 @@
else "nixos";
platformModules = "${platform}Modules";
in {
system.stateVersion = "24.05";
imports = lib.flatten [
inputs.home-manager.${platformModules}.home-manager
inputs.sops-nix.${platformModules}.sops
@ -22,6 +24,9 @@ in {
"hosts/common/core/shell.nix"
"hosts/common/core/sops.nix"
"hosts/common/core/ssh.nix"
"hosts/common/users/primary"
"hosts/common/users/primary/${platform}.nix"
"modules/common"
])
];
@ -43,7 +48,7 @@ in {
};
};
nix = {
nix.settings = {
connect-timeout = 5;
log-lines = 25;
min-free = 128000000;