diff options
author | Rory&::Emma <root@rory.gay> | 2023-08-06 23:49:43 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2023-08-06 23:49:43 +0000 |
commit | 15cc356317a7771d26755b367dc58b2d2f7829e6 (patch) | |
tree | 2f7aa5ed1247c689a62025be644b455efadbdecc /host/Rory-nginx/configuration.nix | |
parent | Synapse funkery (diff) | |
download | Rory-Open-Architecture-15cc356317a7771d26755b367dc58b2d2f7829e6.tar.xz |
Update stuff
Diffstat (limited to 'host/Rory-nginx/configuration.nix')
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index c38a1bf..2f2f7cc 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -4,9 +4,11 @@ imports = [ ../../modules/base-server.nix + ../../modules/users/levi.nix + ../../modules/users/db2k.nix ./software.nix ]; - + users.groups.ocp = {}; networking = { hostName = "Rory-nginx"; interfaces.ens18.ipv4.addresses = [ { |