This commit is contained in:
4DBug
2026-02-27 10:59:22 -06:00
parent 1583ad75ee
commit 84974b56ad
6 changed files with 57 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
den.aspects.box = {
includes = with den.aspects; [
den.default
# den.provides.home-manager
den.provides.home-manager
syncthing
fish
@@ -33,14 +33,6 @@
nixos = {
networking.hostName = "box";
users.users.levi = {
isNormalUser = true;
description = "levi";
extraGroups = [];
hashedPasswordFile = "/home/bug/users/levi.passwd";
};
};
};
}