Skip to content

Commit 581c28a

Browse files
feat: using shorthand domain
not sure what to do with the long one!
1 parent eb13940 commit 581c28a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configurations/nixos/lab/system/networking.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
networking = {
44
hostName = "lab";
55
hostId = "d50c497a";
6-
domain = "suasuasuasuasua.sh";
6+
domain = "sua.sh";
77
networkmanager.enable = true;
88

99
firewall = {

configurations/nixos/pi/system/networking.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
networking = {
44
hostName = "pi";
55
hostId = "cfbe2391";
6-
domain = "suasuasuasuasua.sh";
6+
domain = "sua.sh";
77
networkmanager.enable = true;
88
firewall = {
99
enable = true;

0 commit comments

Comments
 (0)