mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-10 08:33:12 +03:00
refactoring
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
previous = import inputs.nixpkgs-master {
|
||||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
config.allowUnfreePredicate = true;
|
||||
};
|
||||
# previous = import inputs.nixpkgs-master {
|
||||
# system = "x86_64-linux";
|
||||
# config.allowUnfree = true;
|
||||
# config.allowUnfreePredicate = true;
|
||||
# };
|
||||
in
|
||||
{
|
||||
services.onlyoffice = {
|
||||
|
||||
Reference in New Issue
Block a user