mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
further refactor work
This commit is contained in:
parent
eb4713ec37
commit
befe6ea564
32 changed files with 39 additions and 14 deletions
|
|
@ -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 = {
|
||||
"/" = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue