mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: removed user1 and tidied up user0 home
This commit is contained in:
parent
0665b883ab
commit
07a6bb2073
78 changed files with 43 additions and 280 deletions
|
|
@ -33,16 +33,16 @@ in
|
|||
{
|
||||
text = ''
|
||||
rebuildBoot:
|
||||
nixos-rebuild boot --sudo --flake ~/Files/Projects/dotfiles#${hostname} --show-trace
|
||||
nixos-rebuild boot --sudo --flake ~/projects/dotfiles#${hostname} --show-trace
|
||||
|
||||
rebuild:
|
||||
nixos-rebuild switch --sudo --flake ~/Files/Projects/dotfiles#${hostname} --show-trace
|
||||
nixos-rebuild switch --sudo --flake ~/projects/dotfiles#${hostname} --show-trace
|
||||
|
||||
rebuild-server:
|
||||
nixos-rebuild switch --flake ~/Files/Projects/dotfiles#${ceres.name} --target-host ${ceres.ip.address0} --sudo --ask-sudo-password
|
||||
nixos-rebuild switch --flake ~/projects/dotfiles#${ceres.name} --target-host ${ceres.ip.address0} --sudo --ask-sudo-password
|
||||
|
||||
update:
|
||||
nix flake update --flake ~/Files/Projects/dotfiles
|
||||
nix flake update --flake ~/projects/dotfiles
|
||||
|
||||
remove-redundant:
|
||||
ls **/*.hs | each { |file| hlint --refactor --refactor-options="--inplace" $file.name }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue