add unfree to try smth
This commit is contained in:
parent
b27849a117
commit
759df723df
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
|||
outputs.nixosModules.media
|
||||
];
|
||||
|
||||
# just incase
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# flakes
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue