further refactor work

This commit is contained in:
Kat Inskip 2023-11-19 11:00:57 -08:00
parent eb4713ec37
commit befe6ea564
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
32 changed files with 39 additions and 14 deletions

View file

@ -10,10 +10,14 @@ _: let
kde
]);
home-manager.users.kat.imports = with tree.home.profiles; [
graphical
devops
];
home-manager.users.kat.imports =
(with tree.home.profiles; [
graphical
devops
])
++ (with tree.home.environments; [
kde
]);
fileSystems = {
"/" = {

View file

@ -13,14 +13,16 @@ _: let
]
++ (with tree.nixos.roles; [
server
web-server
postgres-server
matrix-homeserver
vaultwarden-server
minecraft-server
monitoring-server
])
++ (with tree.nixos.servers; [
web
postgres
matrix
vaultwarden
minecraft
grafana-stack
public-directory
irc-client
web-irc-client
]);
boot = {