mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added nextcloud and opencloud to eris
This commit is contained in:
parent
090e4770d2
commit
fd46841bfb
12 changed files with 157 additions and 70 deletions
|
|
@ -44,13 +44,13 @@ in
|
|||
nixos-rebuild switch --sudo --flake ~/projects/dotfiles#${hostname} --show-trace
|
||||
|
||||
rebuild-ceres:
|
||||
nixos-rebuild switch --flake ~/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 --show-trace
|
||||
|
||||
rebuild-eris:
|
||||
nixos-rebuild switch --flake ~/projects/dotfiles#${eris.name} --target-host ${eris.ip.address0} --sudo --ask-sudo-password
|
||||
nixos-rebuild switch --flake ~/projects/dotfiles#${eris.name} --target-host ${eris.ip.address0} --sudo --ask-sudo-password --show-trace
|
||||
|
||||
rebuild-lamda:
|
||||
nixos-rebuild switch --flake ~/projects/lamdagibson#lamdagibson --target-host denise@${lamdaIP} --sudo --ask-sudo-password
|
||||
nixos-rebuild switch --flake ~/projects/lamdagibson#lamdagibson --target-host denise@${lamdaIP} --sudo --ask-sudo-password --show-trace
|
||||
|
||||
update:
|
||||
nix flake update --flake ~/projects/dotfiles
|
||||
|
|
@ -61,9 +61,12 @@ in
|
|||
remove-imports:
|
||||
ls **/*.hs | each { |file| ormolu --mode inplace $file.name }
|
||||
|
||||
server:
|
||||
ceres:
|
||||
ssh ${ceres.ip.address0}
|
||||
|
||||
eris:
|
||||
ssh ${eris.ip.address0}
|
||||
|
||||
lamda:
|
||||
ssh denise@${lamdaIP}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue