mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
big m
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
stable = import inputs.nixpkgs-stable { system = "x86_64-linux"; };
|
||||
stable = import inputs.nixpkgs-stable {
|
||||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user