Only proxy SSH git remotes via hut in xeon

Other machines like raccoon have direct access.
This commit is contained in:
2024-09-10 15:03:03 +02:00
parent 9f43a0e13b
commit 1fab37897e
3 changed files with 10 additions and 5 deletions

View File

@@ -2,8 +2,9 @@
# Provides the base system for a xeon node.
imports = [
./base.nix
./xeon/fs.nix
./xeon/console.nix
./xeon/fs.nix
./xeon/net.nix
./xeon/ssh.nix
];
}