Moar progress

This commit is contained in:
caem 2025-01-12 02:57:46 +01:00
parent 9c5f454a1c
commit 4830f943b4
Signed by: caem
GPG key ID: 69A830D03203405F
11 changed files with 219 additions and 16 deletions

View file

@ -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";
};