Add changes made since installation

This commit is contained in:
caem 2025-01-26 23:54:54 +01:00
parent b26fd20ead
commit 7e8b57b1a9
Signed by: caem
GPG key ID: 69A830D03203405F
13 changed files with 142 additions and 25 deletions

View file

@ -18,6 +18,8 @@
efi.canTouchEfiVariables = true;
grub = {
enable = true;
# Keep "nodev" for efi systems
device = "nodev";
efiSupport = true;
gfxmodeEfi = "1920x1080";
};

View file

@ -5,11 +5,11 @@
disk = {
master = {
type = "disk";
device = ""; # [managed by install.sh]
device = "/dev/nvme0n1"; # [managed by install.sh]
content = {
type = "gpt";
partitions = {
ESP = {
efi = {
priority = 1;
name = "efi";
start = "1M";

View file

@ -10,6 +10,7 @@
"${modules}/hardware/cpu/amd"
"${modules}/multimedia"
"${modules}/desktop/gnome"
"${modules}/communication"
];
}