this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

move lituus and helix around so it's normal again?

+32 -32
+4 -4
flake.nix
··· 238 238 path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.box; 239 239 }; 240 240 }; 241 - helix = { 241 + lituus = { 242 242 hostname = "sealight.xyz"; 243 243 profiles.system = { 244 244 user = "root"; 245 - path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.helix; 245 + path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.lituus; 246 246 }; 247 247 }; 248 - lituus = { 248 + helix = { 249 249 hostname = "git.sealight.xyz"; 250 250 profiles.system = { 251 251 user = "root"; 252 - path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.lituus; 252 + path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.helix; 253 253 }; 254 254 }; 255 255 cube = {
+14 -14
hosts/helix/default.nix
··· 5 5 ../profiles/core 6 6 ../profiles/server 7 7 ../profiles/metrics 8 - ../profiles/sealight-website 9 - ../profiles/matrix 10 - ../profiles/wireguard-server 8 + ../profiles/gitea 9 + ../profiles/rss-bridge 10 + ../profiles/mount-mossnet 11 + ../profiles/freshrss 11 12 ]; 12 13 13 - # mossnet.backup = { 14 - # enable = false; 15 - # name = "sealight"; 16 - # paths = [ "/var/backup/postgresql" ]; 17 - # }; 14 + # Capsul specific 15 + users.users.cyberian = { 16 + isNormalUser = true; 17 + extraGroups = [ "wheel" ]; 18 + }; 18 19 19 - # age.secrets.borg-password.file = "${self}/secrets/borg-password.age"; 20 - # services.postgresqlBackup = { 21 - # enable = false; 22 - # databases = [ "matrix-synapse" "gitea" ]; 23 - # location = "/var/backup/postgresql"; 24 - # }; 20 + mossnet.wg = { 21 + enable = true; 22 + ips = [ "10.0.69.5/24" ]; 23 + privateKeyFile = "/home/anish/wg/wg-priv"; 24 + }; 25 25 26 26 }
+14 -14
hosts/lituus/default.nix
··· 5 5 ../profiles/core 6 6 ../profiles/server 7 7 ../profiles/metrics 8 - ../profiles/gitea 9 - ../profiles/rss-bridge 10 - ../profiles/mount-mossnet 11 - ../profiles/freshrss 8 + ../profiles/sealight-website 9 + ../profiles/matrix 10 + ../profiles/wireguard-server 12 11 ]; 13 12 14 - # Capsul specific 15 - users.users.cyberian = { 16 - isNormalUser = true; 17 - extraGroups = [ "wheel" ]; 18 - }; 13 + # mossnet.backup = { 14 + # enable = false; 15 + # name = "sealight"; 16 + # paths = [ "/var/backup/postgresql" ]; 17 + # }; 19 18 20 - mossnet.wg = { 21 - enable = true; 22 - ips = [ "10.0.69.5/24" ]; 23 - privateKeyFile = "/home/anish/wg/wg-priv"; 24 - }; 19 + # age.secrets.borg-password.file = "${self}/secrets/borg-password.age"; 20 + # services.postgresqlBackup = { 21 + # enable = false; 22 + # databases = [ "matrix-synapse" "gitea" ]; 23 + # location = "/var/backup/postgresql"; 24 + # }; 25 25 26 26 }