Add secureboot and extra drive to Envy

This commit is contained in:
Jimbo 2024-12-18 23:06:57 -05:00
parent e2dd56952d
commit f4ca233d0c
13 changed files with 30 additions and 161 deletions

View file

@ -9,9 +9,12 @@
../../modules/system
];
system.wireguard.client.enable = true;
networking.hostName = "envy";
networking.wireguard.interfaces.wgc.ips = [ "10.100.0.25/24" ];
system.stateVersion = "24.11";
networking.hostName = "envy";
system = {
lanzaboote.enable = true;
wireguard.client.enable = true;
stateVersion = "24.11";
};
}