Compare commits
3 Commits
c20998d365
...
6f9b384caa
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f9b384caa | |||
| 7ac54dd987 | |||
| 57684db260 |
@@ -24,7 +24,6 @@
|
||||
./modules/podman.nix
|
||||
./modules/omada.nix
|
||||
./modules/ddclient.nix
|
||||
./modules/cloonar-assistant-config-server.nix
|
||||
# ./modules/wol.nix
|
||||
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ in {
|
||||
};
|
||||
|
||||
# the little awk script to extract the key for $1
|
||||
"ssh/sftp-fetch-key.sh" = {
|
||||
"cloonar_assistant_ssh/sftp-fetch-key.sh" = {
|
||||
text = ''
|
||||
#!/usr/bin/env bash
|
||||
awk -v u="$1" '$1==u { $1=""; sub(/^ +/, ""); print }' /etc/cloonar_assistant_ssh/sftp_users_keys
|
||||
|
||||
@@ -46,6 +46,7 @@ in
|
||||
config = { lib, config, pkgs, ... }: {
|
||||
imports = [
|
||||
../fleet.nix
|
||||
../modules/cloonar-assistant-config-server.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
@@ -315,8 +315,13 @@ exec mako --default-timeout=5000
|
||||
output eDP-1 mode 2880x1920 scale 2
|
||||
output eDP-1 bg #282a36 solid_color
|
||||
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 ~/.wallpaper.png center
|
||||
output DP-5 position 0 0
|
||||
output DP-5 bg #282a36 solid_color
|
||||
output DP-5 bg ~/.wallpaper.png center
|
||||
|
||||
|
||||
@@ -31,6 +31,10 @@
|
||||
hetzner:
|
||||
api_token_file: "${config.sops.secrets.updns-token.path}"
|
||||
clients:
|
||||
test:
|
||||
secret_hash: "$2a$10$D/R6lX9CGXDb/4j5EV1UYu2GfyDO6hLk1FhpszeqSzME/mI4REsQO"
|
||||
exact:
|
||||
- "test.smart.cloonar.com"
|
||||
ghetto_at:
|
||||
secret_hash: "$2a$10$jzRYwqTQzSqMHnQNe.s8L.O2YcvzoPqgHkO1LklQhsD9UBLpI7Knu"
|
||||
exact:
|
||||
|
||||
Reference in New Issue
Block a user