Moar progress
This commit is contained in:
parent
9c5f454a1c
commit
4830f943b4
11 changed files with 219 additions and 16 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./persist.nix
|
||||
./disko.nix
|
||||
./packages.nix
|
||||
];
|
||||
|
||||
users.allowNoPasswordLogin = true; /* DEBUG */
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
networking = {
|
||||
|
@ -19,6 +20,7 @@
|
|||
efi.canTouchEfiVariables = true;
|
||||
grub = {
|
||||
enable = true;
|
||||
device = "/dev/nvme0"; # [managed by install.sh] { grub device }
|
||||
efiSupport = true;
|
||||
gfxmodeEfi = "1920x1080";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue