test
This commit is contained in:
parent
cf392ab237
commit
db754970a4
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
../nixos-framework/disks.nix
|
||||
# ./disks.nix
|
||||
];
|
||||
nixpkgs.config.allowUnfree = false;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "ehci_pci" "ahci" "sd_mod" "sr_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ config, lib, pkgs, desktop, ... }: {
|
||||
# Steam, Vintage Story areu nfree.
|
||||
nixpkgs.config.allowUnfree = lib.mkForce true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
bitwarden
|
||||
steam
|
||||
|
|
Loading…
Reference in a new issue