feat: winters: add hostId for zfs

This commit is contained in:
Swarsel 2024-09-23 23:11:46 +02:00
parent c406695591
commit 035c42b170
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 3 additions and 3 deletions

View file

@ -2031,6 +2031,7 @@ My work machine. Built for more security, this is the gold standard of my config
networking = {
hostName = "winters";
hostId = "b7778a4a";
firewall.enable = true;
};
@ -2040,7 +2041,6 @@ My work machine. Built for more security, this is the gold standard of my config
hasFingerprint = false;
impermanence = false;
isBtrfs = false;
initialSetup = true;
flakePath = "/home/swarsel/.dotfiles";
server = {
enable = true;

View file

@ -28,6 +28,7 @@
networking = {
hostName = "winters";
hostId = "b7778a4a";
firewall.enable = true;
};
@ -37,7 +38,6 @@
hasFingerprint = false;
impermanence = false;
isBtrfs = false;
initialSetup = true;
flakePath = "/home/swarsel/.dotfiles";
server = {
enable = true;