Regenerated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user