20205-10-04

This commit is contained in:
2025-10-04 02:58:56 +09:00
parent 92bd37ab71
commit 9ac4e308f6
19 changed files with 253 additions and 55 deletions
+22 -10
View File
@@ -1,22 +1,34 @@
# 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, ... }:
{
config,
lib,
pkgs,
modulesPath,
...
}:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sr_mod" ];
boot.initrd.availableKernelModules = [
"xhci_pci"
"ahci"
"usbhid"
"usb_storage"
"sd_mod"
"sr_mod"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/e4eb343c-d88f-4d63-99aa-c2c41d8580db";
fsType = "ext4";
};
fileSystems."/" = {
device = "/dev/disk/by-uuid/e4eb343c-d88f-4d63-99aa-c2c41d8580db";
fsType = "ext4";
};
swapDevices = [ ];
+1
View File
@@ -1,5 +1,6 @@
{ conifg, pkgs, ... }:
{
home.stateVersion = "25.05";
imports = [
../../home-manager/direnv.nix
];
+1 -1
View File
@@ -5,7 +5,7 @@
...
}:
{
system.stateVersion = "24.11";
system.stateVersion = "25.05";
imports = [
./hardware-configuration.nix