Move kagamiPC to xanmod

This commit is contained in:
Natsu Kagami 2024-03-08 04:29:42 +01:00
parent ed5245630f
commit 9319833752
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 5 additions and 1 deletions

View file

@ -137,7 +137,7 @@
}; };
# Home configuration # Home configuration
nixosConfigurations."nki-home" = nixpkgs.lib.nixosSystem rec { nixosConfigurations."kagamiPC" = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
(common-nixos nixpkgs) (common-nixos nixpkgs)

View file

@ -20,6 +20,10 @@ with lib;
../modules/personal/u2f.nix ../modules/personal/u2f.nix
]; ];
# Kernel
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_stable;
## Encryption ## Encryption
# Kernel modules needed for mounting USB VFAT devices in initrd stage # Kernel modules needed for mounting USB VFAT devices in initrd stage
common.linux.luksDevices.root = "/dev/disk/by-uuid/7c6e40a8-900b-4f85-9712-2b872caf1892"; common.linux.luksDevices.root = "/dev/disk/by-uuid/7c6e40a8-900b-4f85-9712-2b872caf1892";