diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-21 22:57:55 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-21 22:57:55 +0200 |
commit | c430d8eaf1d091ad27e842c0000b77d87d791da6 (patch) | |
tree | c50e276da7fbe7a9b81548e65b72e3bf2a3621a1 | |
parent | c99c0ffd30c3a6f3ea67323437f1a9773c3e283e (diff) | |
download | nixcfg-c430d8eaf1d091ad27e842c0000b77d87d791da6.tar.gz nixcfg-c430d8eaf1d091ad27e842c0000b77d87d791da6.zip |
Start refactor
-rw-r--r-- | os/overlays/wesher.nix (renamed from nix/wesher.nix) | 0 | ||||
-rwxr-xr-x | os/runners/bash/deploy_nixos (renamed from deploy_nixos) | 0 | ||||
-rwxr-xr-x | os/runners/bash/deploy_passwords (renamed from deploy_passwords) | 0 | ||||
-rwxr-xr-x | os/runners/bash/deploy_pki (renamed from deploy_pki) | 0 | ||||
-rwxr-xr-x | os/runners/bash/deploy_wesher_key (renamed from deploy_wesher_key) | 0 | ||||
-rwxr-xr-x | os/runners/bash/gen_wesher_key (renamed from gen_wesher_key) | 0 | ||||
-rwxr-xr-x | os/runners/bash/sshtool (renamed from sshtool) | 0 | ||||
-rwxr-xr-x | os/runners/bash/tlsproxy (renamed from tlsproxy) | 0 | ||||
-rwxr-xr-x | os/runners/bash/upgrade_nixos (renamed from upgrade_nixos) | 0 | ||||
-rwxr-xr-x | os/secretgen/gen_pki (renamed from gen_pki) | 0 | ||||
-rwxr-xr-x | os/secretgen/passwd (renamed from passwd) | 0 |
11 files changed, 0 insertions, 0 deletions
diff --git a/nix/wesher.nix b/os/overlays/wesher.nix index c39a3e6..c39a3e6 100644 --- a/nix/wesher.nix +++ b/os/overlays/wesher.nix diff --git a/deploy_nixos b/os/runners/bash/deploy_nixos index 484bead..484bead 100755 --- a/deploy_nixos +++ b/os/runners/bash/deploy_nixos diff --git a/deploy_passwords b/os/runners/bash/deploy_passwords index 37c2143..37c2143 100755 --- a/deploy_passwords +++ b/os/runners/bash/deploy_passwords diff --git a/deploy_pki b/os/runners/bash/deploy_pki index 167ac50..167ac50 100755 --- a/deploy_pki +++ b/os/runners/bash/deploy_pki diff --git a/deploy_wesher_key b/os/runners/bash/deploy_wesher_key index 8f7ed77..8f7ed77 100755 --- a/deploy_wesher_key +++ b/os/runners/bash/deploy_wesher_key diff --git a/gen_wesher_key b/os/runners/bash/gen_wesher_key index c66fade..c66fade 100755 --- a/gen_wesher_key +++ b/os/runners/bash/gen_wesher_key diff --git a/sshtool b/os/runners/bash/sshtool index 58b00ef..58b00ef 100755 --- a/sshtool +++ b/os/runners/bash/sshtool diff --git a/tlsproxy b/os/runners/bash/tlsproxy index 7546b81..7546b81 100755 --- a/tlsproxy +++ b/os/runners/bash/tlsproxy diff --git a/upgrade_nixos b/os/runners/bash/upgrade_nixos index fd6cc62..fd6cc62 100755 --- a/upgrade_nixos +++ b/os/runners/bash/upgrade_nixos diff --git a/gen_pki b/os/secretgen/gen_pki index 57da699..57da699 100755 --- a/gen_pki +++ b/os/secretgen/gen_pki diff --git a/passwd b/os/secretgen/passwd index 7cc80b6..7cc80b6 100755 --- a/passwd +++ b/os/secretgen/passwd |