update to 25.11

This commit is contained in:
LunarAkai 2026-03-13 12:01:04 +01:00
commit 17fd5d7862
5 changed files with 62 additions and 95 deletions

View file

@ -16,5 +16,5 @@
inherit inputs outputs;
};
system.stateVersion = "24.11";
system.stateVersion = "25.11";
}

View file

@ -18,9 +18,9 @@
../common/optional/flatpak.nix
../common/optional/ckb-next.nix
../common/optional/docker.nix
../common/optional/distrobox.nix
../common/optional/virt-manager.nix
../common/optional/spotify.nix
#../common/optional/distrobox.nix
#../common/optional/virt-manager.nix
#../common/optional/spotify.nix
# Include the results of the hardware scan.
./hardware-configuration.nix
@ -65,7 +65,7 @@
];
# ssh agent
programs.ssh.startAgent = true;
#programs.ssh.startAgent = true;
programs.steam = {
enable = true;

View file

@ -10,36 +10,35 @@
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "ums_realtek" "usbhid" "sd_mod" "sr_mod"];
boot.initrd.kernelModules = ["sg"];
boot.kernelModules = ["kvm-amd"];
boot.extraModulePackages = [];
fileSystems."/" = {
device = "/dev/disk/by-uuid/d3942c4d-eca8-41e2-afa7-57ba5704e86f";
device = "/dev/disk/by-uuid/a7f5df73-8af4-4f3c-9281-dae870b228ee";
fsType = "ext4";
};
fileSystems."/mnt/sda1" = {
device = "/dev/disk/by-uuid/22847bcf-830f-484b-9ff8-dec259e4a990";
fsType = "ext4";
};
fileSystems."/mnt/sdb1" = {
device = "/dev/disk/by-uuid/21301a6f-2937-421d-81ec-e2e9be139b0a";
fsType = "ext4";
};
fileSystems."/mnt/sdb1" = {
device = "/dev/disk/by-uuid/d411a82c-1d7a-4484-89e7-ca2ac38c6381";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/B44E-D001";
device = "/dev/disk/by-uuid/8374-D896";
fsType = "vfat";
options = ["fmask=0077" "dmask=0077"];
};
swapDevices = [
{device = "/dev/disk/by-uuid/f054feb9-61b1-41f3-b0b2-6e48bfcc6655";}
];
#swapDevices = [
# {device = "/dev/disk/by-uuid/f054feb9-61b1-41f3-b0b2-6e48bfcc6655";}
#];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's