remove user switch option
This commit is contained in:
parent
5cedd306ec
commit
6d75e4b4aa
3
switch
Executable file
3
switch
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
sudo nixos-rebuild switch --flake .#
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
HERE="$(dirname "$0")"
|
||||
# sudo nixos-rebuild switch -I nixos-config="$HERE/system/configuration.nix"
|
||||
sudo nixos-rebuild switch --verbose --flake .#
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
HERE="$(dirname "$0")"
|
||||
home-manager switch -f "$HERE/user/home.nix"
|
Loading…
Reference in a new issue