hosts/dandelion: use new containers

This commit is contained in:
Cilly Leang 2026-03-15 20:03:07 +11:00
parent c0679f7e79
commit dfd00aad38
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 5 deletions

View file

@ -37,9 +37,6 @@
../../users/rin
modules.services.syncthing
inputs.c-amethyst.nixosModule
inputs.c-beryllium.nixosModule
];
me = {

View file

@ -1,4 +1,4 @@
{ modules, modulesPath, ... }: {
{ inputs, modules, modulesPath, ... }: {
networking.hostName = "dandelion";
system.stateVersion = "23.11";
time.timeZone = "Australia/Melbourne";
@ -24,10 +24,12 @@
modules.services.unbound
modules.services.website
inputs.c-amethyst.nixosModule
inputs.c-beryllium.nixosModule
./filesystem.nix
./kernel.nix
./networking.nix
./transmission-container.nix
../../users/hana
];