Fix hm permissions
This commit is contained in:
parent
1676fad5fe
commit
3f0297f1d8
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ pushd /etc/nixos/git
|
||||||
# Home-Manager Setup
|
# Home-Manager Setup
|
||||||
echo ">>> Setting up Home Manager..... "
|
echo ">>> Setting up Home Manager..... "
|
||||||
sudo mkdir /nix/var/nix/profiles/per-user/albert
|
sudo mkdir /nix/var/nix/profiles/per-user/albert
|
||||||
|
sudo chown -R albert:root /nix/var/nix/profiles/per-user/albert
|
||||||
home-manager switch -b backup --flake /etc/nixos/git
|
home-manager switch -b backup --flake /etc/nixos/git
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue