flake.nixosConfigrations.x13yz: separate host config from hardware config

secrix-issue25
Felix Stupp 3 months ago
parent c86207766e
commit 1c966a5da0
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -47,12 +47,15 @@
# hardware
hardware.cpu.type = "intel";
hardware.graphics.intel.enable = true;
x-banananetwork.frontend.enable = true;
}
{
# as currently installed
system.stateVersion = "24.05";
}
{
# host configuration
x-banananetwork.frontend.enable = true;
}
];
system = "x86_64-linux";
};

Loading…
Cancel
Save