mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: winters: add hostId for zfs
This commit is contained in:
parent
c406695591
commit
035c42b170
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue