Fix all the ISO

This commit is contained in:
Jimbo 2025-02-24 21:23:38 -05:00
parent ad2a03c7b9
commit 170f814b0b
2 changed files with 12 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ lib, ... }:
{
imports = [
./filesystems
@ -9,13 +9,20 @@
networking = {
hostName = "extern";
wireguard.interfaces.wgc.ips = [ "10.100.0.21/24" ];
wg-quick.interfaces.wgc.address = [ "10.100.0.21/24" ];
};
system = {
desktop.enable = true;
wireless.enable = true;
wireguard.client.enable = true;
video.nvidia.enable = true;
libvirtd.enable = true;
stateVersion = "24.11";
};
services = {
btrfs.autoScrub.enable = lib.mkForce false;
fstrim.enable = lib.mkForce false;
};
}