disko + some stuff ported from arch
This commit is contained in:
parent
1f8cd27be2
commit
c2e1d5b4e4
10 changed files with 178 additions and 56 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue