Make servers headless, modularize the domain grabber
This commit is contained in:
parent
bbc1f4dce1
commit
88da54facd
9 changed files with 15 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot
|
||||
|
@ -7,6 +7,7 @@
|
|||
./hardware
|
||||
./users
|
||||
../../modules/system
|
||||
(modulesPath + "/profiles/headless.nix")
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
@ -21,6 +22,7 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
cloudflare-dyndns.enable = true;
|
||||
mailserver.enable = true;
|
||||
nginx.enable = true;
|
||||
wireguard.client.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue