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:
@ -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";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user