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
|
../../users/rin
|
||||||
|
|
||||||
modules.services.syncthing
|
modules.services.syncthing
|
||||||
|
|
||||||
inputs.c-amethyst.nixosModule
|
|
||||||
inputs.c-beryllium.nixosModule
|
|
||||||
];
|
];
|
||||||
|
|
||||||
me = {
|
me = {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ modules, modulesPath, ... }: {
|
{ inputs, modules, modulesPath, ... }: {
|
||||||
networking.hostName = "dandelion";
|
networking.hostName = "dandelion";
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
time.timeZone = "Australia/Melbourne";
|
time.timeZone = "Australia/Melbourne";
|
||||||
|
|
@ -24,10 +24,12 @@
|
||||||
modules.services.unbound
|
modules.services.unbound
|
||||||
modules.services.website
|
modules.services.website
|
||||||
|
|
||||||
|
inputs.c-amethyst.nixosModule
|
||||||
|
inputs.c-beryllium.nixosModule
|
||||||
|
|
||||||
./filesystem.nix
|
./filesystem.nix
|
||||||
./kernel.nix
|
./kernel.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./transmission-container.nix
|
|
||||||
|
|
||||||
../../users/hana
|
../../users/hana
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue