modules/autoupdate: move from ../config/

This commit is contained in:
Astro 2022-01-18 22:04:02 +01:00
parent 2b1e2bdb36
commit e36f00c428
3 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@ in {
./audio-server
./ceph-storage.nix
./cache.nix
./autoupdate.nix
];

View File

@ -205,7 +205,6 @@
self.nixosModules.c3d2
./config/audio-server
./config/autoupdate.nix
./config/c3d2.nix
./config/cache.nix
./config/ceph-storage.nix
@ -515,6 +514,7 @@
sops-nix.nixosModule
./modules/c3d2.nix
./modules/nncp.nix
./modules/autoupdate.nix
];
c3d2.hosts = hostRegistry.hosts;
c3d2.users = import ./users.nix;