1
0
Fork 0
forked from Bun/nixos-config

Fix firewall and add back leash while I figure out why disko is failing

This commit is contained in:
Jimbo 2024-11-06 22:39:23 -05:00
parent 89e2715162
commit 9299782075
11 changed files with 203 additions and 8 deletions

15
hosts/leash/default.nix Normal file
View file

@ -0,0 +1,15 @@
{ ... }:
{
imports = [
./boot
./disko
./hardware
../../modules/system
];
system.lanzaboote.enable = true;
system.wireguard.client.enable = false;
system.video.nvidia.enable = true;
networking.hostName = "leash";
}