nixos/hosts: add tuxcord-vm host configuration

This commit is contained in:
2026-05-02 23:20:55 +02:00
committed by ErrorNoInternet
parent d410685af6
commit 035e490de2
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -31,5 +31,7 @@ in
{ {
flake.nixosConfigurations = { flake.nixosConfigurations = {
tuxcord-ca = mkSystem "tuxcord-ca" "x86_64-linux"; tuxcord-ca = mkSystem "tuxcord-ca" "x86_64-linux";
tuxcord-test = mkSystem "tuxcord-test" "x86_64-linux";
}; };
} }
+1
View File
@@ -5,4 +5,5 @@
]; ];
time.timeZone = "Canada/Eastern"; time.timeZone = "Canada/Eastern";
networking.fqdn = "tuxcord.net";
} }
+3
View File
@@ -0,0 +1,3 @@
{
networking.fqdn = "tuxcord.test";
}