rearrange files

This commit is contained in:
Katherina Walshe-Grey 2024-07-18 23:22:35 +01:00
parent a2f250287d
commit b96ef23c6c
8 changed files with 12 additions and 7 deletions

9
common/default.nix Normal file
View file

@ -0,0 +1,9 @@
{
imports = [
./users
./environment.nix
./nginx.nix
./openssh.nix
./security.nix
];
}

View file

@ -24,11 +24,7 @@ in {
(import "${sources.home-manager}/nixos") (import "${sources.home-manager}/nixos")
(import "${sources.agenix}/modules/age.nix") (import "${sources.agenix}/modules/age.nix")
./pinning.nix ./pinning.nix
./common/nginx.nix ./common
./common/ssh.nix
./common/sudo.nix
./common/utilities.nix
./common/users
]; ];
}; };

View file

@ -5,8 +5,8 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
./home.nix ./home.nix
../../common/fonts.nix ../../services/fonts.nix
../../common/steam.nix ../../services/steam.nix
./syncthing.nix ./syncthing.nix
]; ];