Overwrite hardware config, add ZFS params to config

Both apply to palatine-hill

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2023-12-25 12:40:59 -05:00
parent 666367bb4d
commit bbb4088733
2 changed files with 27 additions and 23 deletions

View File

@ -2,7 +2,8 @@
{
time.timeZone = "America/New_York";
console.keyMap = "us";
networking.hostId = "1139fa08";
boot.zfs.extraPools = [ "ZFS-primary" ];
networking.hostId = "dc2f9781";
boot.initrd.network.ssh.authorizedKeys = [ "ssh-ed25519 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" ];
virtualisation = {
@ -44,4 +45,4 @@
networking.firewall.enable = false;
system.stateVersion = "23.05";
}
}