diff options
Diffstat (limited to 'servers/cgit.nix')
| -rw-r--r-- | servers/cgit.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/servers/cgit.nix b/servers/cgit.nix new file mode 100644 index 0000000..f600993 --- /dev/null +++ b/servers/cgit.nix @@ -0,0 +1,18 @@ +{ + config, + pkgs, + lib, + modulesPath, + ... +}: +{ + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + (modulesPath + "/profiles/qemu-guest.nix") + ./cgit-hardware-configuration.nix + ]; + + hostings.beget.enable = true; + + admins.moskalets = true; +} |
