update rotina

This commit is contained in:
2025-11-19 23:08:18 -03:00
parent 1ba54c86fa
commit 00309b8529
8 changed files with 43 additions and 42 deletions
+13 -11
View File
@@ -1,3 +1,6 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{
@@ -7,24 +10,23 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/bdb15ce1-a247-49b4-ace1-db03465126d9";
{ device = "/dev/disk/by-uuid/7bbf309b-52f6-45d8-80ee-c7edf3798b19";
fsType = "btrfs";
options = [ "subvol=@" ];
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/A804-6A44";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
fileSystems."/home" =
{ device = "/dev/disk/by-uuid/3039cdad-74f0-4343-970f-ae9882c39474";
fsType = "ext4";
{ device = "/dev/disk/by-uuid/b3dd7ff9-371e-440d-91da-38c7d167e3a0";
fsType = "xfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/9B70-D929";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
swapDevices = [ ];