mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: rinnosuke
This commit is contained in:
parent
0178bff042
commit
72759c3286
2 changed files with 7 additions and 4 deletions
|
|
@ -16,10 +16,13 @@ _: let
|
|||
boot = {
|
||||
initrd.availableKernelModules = ["ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod"];
|
||||
kernelModules = ["kvm-amd"];
|
||||
loader.grub.devices = [
|
||||
loader.grub = {
|
||||
enable = true;
|
||||
device = [
|
||||
"/dev/disk/by-uuid/8B8C-6502"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
|
|
@ -53,7 +56,6 @@ _: let
|
|||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
system.stateVersion = "25.05";
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
1
tree.nix
1
tree.nix
|
|
@ -95,6 +95,7 @@
|
|||
nix-gaming.nixosModules.pipewireLowLatency
|
||||
nix-gaming.nixosModules.platformOptimizations
|
||||
clipboard-sync.nixosModules.default
|
||||
niri.nixosModules.niri
|
||||
nixos-cli.nixosModules.nixos-cli
|
||||
stylix.nixosModules.stylix
|
||||
microvm.nixosModules.host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue