disko + some stuff ported from arch

This commit is contained in:
twoneis 2024-05-25 01:41:30 +02:00
parent 1f8cd27be2
commit c2e1d5b4e4
10 changed files with 178 additions and 56 deletions

View file

@ -2,6 +2,7 @@
imports = [
./hardware-config.nix
./options.nix
./disko.nix
];
networking.hostName = "akarso";
@ -12,6 +13,7 @@
systemd-boot = {
enable = true;
};
efi.canTouchEfiVariables = true;
};
hardware.opengl = {