Move server configs into a reusable module
This commit is contained in:
parent
4c534c4ce3
commit
38fe094119
5 changed files with 37 additions and 42 deletions
|
|
@ -11,6 +11,7 @@
|
|||
in {
|
||||
nixosModules = {
|
||||
common = import ./modules/common.nix;
|
||||
server = import ./modules/server.nix;
|
||||
};
|
||||
|
||||
nixosConfigurations = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue