fix legacy

This commit is contained in:
cy 2024-11-29 20:12:35 -05:00
parent 86efe3c022
commit aaf3ce64dc
2 changed files with 1 additions and 2 deletions

View file

@ -20,7 +20,7 @@
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
cleanTmpDir = true;
tmp.cleanOnBoot = true;
kernelPackages = pkgs.linuxPackages_latest;
extraModulePackages = with config.boot.kernelPackages; [
rtl8821ce

View file

@ -16,7 +16,6 @@
nixosConfigurations = {
ytnix = lib.nixosSystem {
specialArgs = { inherit inputs; };
system = "x86_64-linux";
modules = [
./configuration.nix
sops-nix.nixosModules.sops