rearrange files
This commit is contained in:
parent
a2f250287d
commit
b96ef23c6c
9
common/default.nix
Normal file
9
common/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
imports = [
|
||||
./users
|
||||
./environment.nix
|
||||
./nginx.nix
|
||||
./openssh.nix
|
||||
./security.nix
|
||||
];
|
||||
}
|
6
hive.nix
6
hive.nix
|
@ -24,11 +24,7 @@ in {
|
|||
(import "${sources.home-manager}/nixos")
|
||||
(import "${sources.agenix}/modules/age.nix")
|
||||
./pinning.nix
|
||||
./common/nginx.nix
|
||||
./common/ssh.nix
|
||||
./common/sudo.nix
|
||||
./common/utilities.nix
|
||||
./common/users
|
||||
./common
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
./home.nix
|
||||
../../common/fonts.nix
|
||||
../../common/steam.nix
|
||||
../../services/fonts.nix
|
||||
../../services/steam.nix
|
||||
./syncthing.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue