diff options
author | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-06-27 16:15:14 +0200 |
---|---|---|
committer | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-06-27 16:27:23 +0200 |
commit | 76186c3fb328b24d89aa59586308fd49a7419b48 (patch) | |
tree | 5c14074ae43d4aef923a496ccf2310bfaa03acae /cluster/staging/node | |
parent | be88b5d27478f459cf35a3433521d5578b860e1a (diff) | |
download | nixcfg-76186c3fb328b24d89aa59586308fd49a7419b48.tar.gz nixcfg-76186c3fb328b24d89aa59586308fd49a7419b48.zip |
cluster(staging): Rename jupiter site to dathomir
Diffstat (limited to 'cluster/staging/node')
-rw-r--r-- | cluster/staging/node/origan.nix | 5 | ||||
l--------- | cluster/staging/node/origan.site.nix | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/cluster/staging/node/origan.nix b/cluster/staging/node/origan.nix index 49ecbbf..2cc4791 100644 --- a/cluster/staging/node/origan.nix +++ b/cluster/staging/node/origan.nix @@ -1,7 +1,4 @@ -# Configuration file local to this node - -{ config, pkgs, ... }: - +{ ... }: { # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; diff --git a/cluster/staging/node/origan.site.nix b/cluster/staging/node/origan.site.nix index 7cdd625..5e41391 120000 --- a/cluster/staging/node/origan.site.nix +++ b/cluster/staging/node/origan.site.nix @@ -1 +1 @@ -../site/jupiter.nix
\ No newline at end of file +../site/dathomir.nix
\ No newline at end of file |