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

View file

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

View file

@ -16,7 +16,7 @@
boot.supportedFilesystems = [ "zfs" ]; boot.supportedFilesystems = [ "zfs" ];
boot.zfs.extraPools = [ "Vault" ]; boot.zfs.extraPools = [ "Vault" ];
fileSystems."/" = fileSystems."/" =
{ {
device = "/dev/disk/by-uuid/30e2f96a-b01d-4c27-9ebb-d5d7e9f0031f"; device = "/dev/disk/by-uuid/30e2f96a-b01d-4c27-9ebb-d5d7e9f0031f";