diff options
author | Silas Schöffel <sils@sils.li> | 2024-06-05 19:27:15 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-06-05 19:27:15 +0200 |
commit | 4215714cb11f2546b75a4316dc663ebe890a4fb6 (patch) | |
tree | 0132ea23449c073559c2a84d7bdb6b7172609ab9 /hosts | |
parent | fix(nix-sync): Don't try to exit in a subshell (diff) | |
download | nixos-server-4215714cb11f2546b75a4316dc663ebe890a4fb6.tar.gz nixos-server-4215714cb11f2546b75a4316dc663ebe890a4fb6.zip |
feat(treewide): add git-server module
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/server1/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix index 26de287..59dda92 100644 --- a/hosts/server1/configuration.nix +++ b/hosts/server1/configuration.nix @@ -6,6 +6,10 @@ ../../system ]; + vhack = { + git-server.enable = true; + }; + boot.tmp.cleanOnBoot = true; zramSwap.enable = true; networking.hostName = "server1"; |