fix legacy
This commit is contained in:
parent
86efe3c022
commit
aaf3ce64dc
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
nixosConfigurations = {
|
||||
ytnix = lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./configuration.nix
|
||||
sops-nix.nixosModules.sops
|
||||
|
|
Loading…
Add table
Reference in a new issue