snowflake/hosts/yuki/services/default.nix
notohh c9c7bcc567
All checks were successful
flake check / check (push) Successful in 3m41s
fmt check / check (push) Successful in 39s
yuki: disable mc, update hardware, bump wallos
2023-12-07 04:48:52 -05:00

11 lines
154 B
Nix

{...}: {
imports = [
./restic.nix
./traefik.nix
./stash.nix
./jellyfin.nix
./wallos.nix
./homepage.nix
./glances.nix
];
}