Modularise NixOS and home-manager configs
This commit is contained in:
12
nixos/modules/_list.nix
Normal file
12
nixos/modules/_list.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
nixos.modules = {
|
||||
common = ./common.nix;
|
||||
user = ./user.nix;
|
||||
build = ./build.nix;
|
||||
dynamic-motd = ./dynamic-motd.nix;
|
||||
tmproot = ./tmproot.nix;
|
||||
firewall = ./firewall.nix;
|
||||
server = ./server.nix;
|
||||
deploy-rs = ./deploy-rs.nix;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user