mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
I think this should fix stupid cache permission errors
This commit is contained in:
parent
1358906a30
commit
99ecf7925f
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
(pkgs.writeScriptBin "sudo" ''exec doas "$@"'')
|
pkgs.doas-sudo-shim
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue