Regenerated

This commit is contained in:
2026-03-23 22:09:08 +00:00
parent a1ede8c1bc
commit e5dfe29dfa
18 changed files with 0 additions and 729 deletions
-21
View File
@@ -226,10 +226,6 @@ let
hostname = config.networking.hostName or "traveldroid";
in
{
#################################
# Hostname
#################################
networking.hostName = hostname;
#################################
# Bootloader (UEFI + GRUB)
@@ -276,23 +272,6 @@ in
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
#################################
# Filesystems
#################################
fileSystems."/" = {
device = "/dev/disk/by-uuid/69433a14-fbaf-401b-af85-cd1bbf02b4e2";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/811D-0676";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
swapDevices = [
{ device = "/dev/disk/by-uuid/b6c557c2-7682-460b-a5e7-8f6f2f429a3a"; }
];
#################################
# Plymouth boot splash