hosts/dandelion: use new containers
This commit is contained in:
parent
c0679f7e79
commit
dfd00aad38
2 changed files with 4 additions and 5 deletions
|
|
@ -37,9 +37,6 @@
|
|||
../../users/rin
|
||||
|
||||
modules.services.syncthing
|
||||
|
||||
inputs.c-amethyst.nixosModule
|
||||
inputs.c-beryllium.nixosModule
|
||||
];
|
||||
|
||||
me = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue