Add user for singularity

This commit is contained in:
Invariantspace 2023-11-09 20:24:14 -08:00
parent a1f2621867
commit eb465a05f2
7 changed files with 13 additions and 42 deletions

View file

@ -1,10 +1,9 @@
{ config, ... }:
let hn = "singularity"; in {
let hn = config.networking.hostName; in {
networking = {
domain = config.constants.domain;
firewall.allowedTCPPorts = [ 80 443 50051 ];
hostName = hn;
hostId = "2cadb253";
};