h001
This commit is contained in:
parent
ec39f9754b
commit
009d157188
2 changed files with 10 additions and 10 deletions
16
hosts/h001/flake.lock
generated
16
hosts/h001/flake.lock
generated
|
@ -32,17 +32,17 @@
|
||||||
"ragenix": "ragenix"
|
"ragenix": "ragenix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745796639,
|
"lastModified": 1745881365,
|
||||||
"narHash": "sha256-Brgyq7wlkIlxnS8iqvEkSH354xDzbU/5JxMXxGv5/7E=",
|
"narHash": "sha256-ihAOLcQf9VGLCW94POGL+aoqLK9zvC05IYEYg0GAjmY=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "03a2b7100c4ccf814d8be0d92410699d0935da4f",
|
"rev": "e671f877d9a07907d07bd3dfdad581aa09c057fc",
|
||||||
"revCount": 406,
|
"revCount": 408,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/dotfiles"
|
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/dotfiles"
|
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"crane": {
|
"crane": {
|
||||||
|
@ -1216,11 +1216,11 @@
|
||||||
"rev": "e5523910a0c07c88d026d006f5962434bfa53548",
|
"rev": "e5523910a0c07c88d026d006f5962434bfa53548",
|
||||||
"revCount": 277,
|
"revCount": 277,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/nvim"
|
"url": "https://git.joshuabell.xyz/ringofstorms/nvim"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/nvim"
|
"url": "https://git.joshuabell.xyz/ringofstorms/nvim"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rust-overlay": {
|
"rust-overlay": {
|
||||||
|
|
|
@ -54,12 +54,12 @@
|
||||||
- On an already onboarded computer copy these and add them to secrets/secrets.nix file
|
- On an already onboarded computer copy these and add them to secrets/secrets.nix file
|
||||||
- Rekey secrets: `nix run github:yaxitech/ragenix -- --rules ~/.config/nixos-config/common/secrets/secrets/secrets.nix -r`
|
- Rekey secrets: `nix run github:yaxitech/ragenix -- --rules ~/.config/nixos-config/common/secrets/secrets/secrets.nix -r`
|
||||||
- Maybe copy hardware/configs over and setup, otehrwise do it on the client machine
|
- Maybe copy hardware/configs over and setup, otehrwise do it on the client machine
|
||||||
- git clone nixos-config `git clone https://git.joshuabell.xyz/dotfiles ~/.config/nixos-config`
|
- git clone nixos-config `git clone https://git.joshuabell.xyz/ringofstorms/dotfiles ~/.config/nixos-config`
|
||||||
- Setup config as needed
|
- Setup config as needed
|
||||||
- top level flake.nix additions
|
- top level flake.nix additions
|
||||||
- add hosts dir and files needed
|
- add hosts dir and files needed
|
||||||
- `sudo nixos-rebuild switch --flake ~/.config/nixos-config/hosts/$HOSTNAME`
|
- `sudo nixos-rebuild switch --flake ~/.config/nixos-config/hosts/$HOSTNAME`
|
||||||
- Update remote, ssh should work now: `cd ~/.config/nixos-config && git remote remove origin && git remote add origin "ssh://git.joshuabell.xyz:3032/dotfiles" && git pull origin master`
|
- Update remote, ssh should work now: `cd ~/.config/nixos-config && git remote remove origin && git remote add origin "ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles" && git pull origin master`
|
||||||
|
|
||||||
## Local tooling
|
## Local tooling
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue