This commit is contained in:
iFargle 2023-09-23 18:38:00 +09:00
parent cf392ab237
commit db754970a4
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,7 @@
../nixos-framework/disks.nix ../nixos-framework/disks.nix
# ./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.availableKernelModules = [ "ata_piix" "ohci_pci" "ehci_pci" "ahci" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];

View file

@ -1,6 +1,5 @@
{ config, lib, pkgs, desktop, ... }: { { config, lib, pkgs, desktop, ... }: {
# Steam, Vintage Story areu nfree. # Steam, Vintage Story areu nfree.
nixpkgs.config.allowUnfree = lib.mkForce true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bitwarden bitwarden
steam steam