mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-18 04:24:00 +05:30
Prevent non-root from creating new profiles
This commit is contained in:
parent
5439286f0d
commit
8bd2e5942e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ chown -R 0:0 system;
|
|||
chown -R 0:0 patches;
|
||||
chown 0:0 flake.lock;
|
||||
chown 0:0 flake.nix
|
||||
chown 0:0 profiles
|
||||
chown 0:0 profiles/*/configuration.nix;
|
||||
chown 0:0 harden.sh;
|
||||
chown 0:0 soften.sh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue