dont add path
This commit is contained in:
parent
fa83387550
commit
53bee43f1a
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
|
|
||||||
nix.nixPath = [
|
nix.nixPath = [
|
||||||
"nixpkgs=${inputs.nixpkgs.path}"
|
"nixpkgs=${inputs.nixpkgs}"
|
||||||
"nixos-config=${inputs.self.path}"
|
"nixos-config=${inputs.self}"
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.trusted-users = ["root" "osbm"];
|
nix.settings.trusted-users = ["root" "osbm"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue