tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
chore: remove prattle from deploy
dunkirk.sh
3 months ago
9923b828
bca83622
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
-9
1 changed file
expand all
collapse all
unified
split
flake.nix
-9
flake.nix
···
260
260
# Deploy-rs configurations
261
261
deploy.nodes = {
262
262
# NixOS servers
263
263
-
prattle = {
264
264
-
hostname = "prattle";
265
265
-
profiles.system = {
266
266
-
sshUser = "kierank";
267
267
-
user = "root";
268
268
-
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.prattle;
269
269
-
};
270
270
-
};
271
271
-
272
263
terebithia = {
273
264
hostname = "terebithia";
274
265
profiles.system = {