Compare commits
No commits in common. "6f9b384caae89417a70099f3b1b978e29e3bc063" and "c20998d3655e479d2004bc982907e79c67e81610" have entirely different histories.
6f9b384caa
...
c20998d365
5 changed files with 2 additions and 11 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
./modules/podman.nix
|
./modules/podman.nix
|
||||||
./modules/omada.nix
|
./modules/omada.nix
|
||||||
./modules/ddclient.nix
|
./modules/ddclient.nix
|
||||||
|
./modules/cloonar-assistant-config-server.nix
|
||||||
# ./modules/wol.nix
|
# ./modules/wol.nix
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# the little awk script to extract the key for $1
|
# the little awk script to extract the key for $1
|
||||||
"cloonar_assistant_ssh/sftp-fetch-key.sh" = {
|
"ssh/sftp-fetch-key.sh" = {
|
||||||
text = ''
|
text = ''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
awk -v u="$1" '$1==u { $1=""; sub(/^ +/, ""); print }' /etc/cloonar_assistant_ssh/sftp_users_keys
|
awk -v u="$1" '$1==u { $1=""; sub(/^ +/, ""); print }' /etc/cloonar_assistant_ssh/sftp_users_keys
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,6 @@ in
|
||||||
config = { lib, config, pkgs, ... }: {
|
config = { lib, config, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
../fleet.nix
|
../fleet.nix
|
||||||
../modules/cloonar-assistant-config-server.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -315,13 +315,8 @@ exec mako --default-timeout=5000
|
||||||
output eDP-1 mode 2880x1920 scale 2
|
output eDP-1 mode 2880x1920 scale 2
|
||||||
output eDP-1 bg #282a36 solid_color
|
output eDP-1 bg #282a36 solid_color
|
||||||
output eDP-1 bg ~/.wallpaper.png center
|
output eDP-1 bg ~/.wallpaper.png center
|
||||||
output DP-2 position 0 0
|
|
||||||
output DP-2 bg #282a36 solid_color
|
|
||||||
output DP-2 bg ~/.wallpaper.png center
|
|
||||||
output DP-4 position 0 0
|
|
||||||
output DP-4 bg #282a36 solid_color
|
output DP-4 bg #282a36 solid_color
|
||||||
output DP-4 bg ~/.wallpaper.png center
|
output DP-4 bg ~/.wallpaper.png center
|
||||||
output DP-5 position 0 0
|
|
||||||
output DP-5 bg #282a36 solid_color
|
output DP-5 bg #282a36 solid_color
|
||||||
output DP-5 bg ~/.wallpaper.png center
|
output DP-5 bg ~/.wallpaper.png center
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,10 +31,6 @@
|
||||||
hetzner:
|
hetzner:
|
||||||
api_token_file: "${config.sops.secrets.updns-token.path}"
|
api_token_file: "${config.sops.secrets.updns-token.path}"
|
||||||
clients:
|
clients:
|
||||||
test:
|
|
||||||
secret_hash: "$2a$10$D/R6lX9CGXDb/4j5EV1UYu2GfyDO6hLk1FhpszeqSzME/mI4REsQO"
|
|
||||||
exact:
|
|
||||||
- "test.smart.cloonar.com"
|
|
||||||
ghetto_at:
|
ghetto_at:
|
||||||
secret_hash: "$2a$10$jzRYwqTQzSqMHnQNe.s8L.O2YcvzoPqgHkO1LklQhsD9UBLpI7Knu"
|
secret_hash: "$2a$10$jzRYwqTQzSqMHnQNe.s8L.O2YcvzoPqgHkO1LklQhsD9UBLpI7Knu"
|
||||||
exact:
|
exact:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue