Compare commits

3 Commits

Author SHA1 Message Date
John Lancaster
34eaffdd65 added resticprofile test 2025-11-09 21:21:22 -06:00
John Lancaster
fc66147173 added hermes host to ssh 2025-11-09 21:21:12 -06:00
John Lancaster
3a84c99877 commented out shell 1 password shell plugin 2025-11-09 21:21:01 -06:00
3 changed files with 6 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
_1password-shell-plugins.url = "github:1Password/shell-plugins"; # _1password-shell-plugins.url = "github:1Password/shell-plugins";
nixgl = { nixgl = {
url = "github:nix-community/nixGL"; url = "github:nix-community/nixGL";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View File

@@ -59,6 +59,7 @@ in {
rp schedule --all rp schedule --all
'') '')
(pkgs.writeShellScriptBin "rp-test" "rp run-schedule backup@default --dry-run") (pkgs.writeShellScriptBin "rp-test" "rp run-schedule backup@default --dry-run")
(pkgs.writeShellScriptBin "rp-test" "rp run-schedule backup@default --dry-run")
]; ];
xdg.configFile."resticprofile/profiles.yaml".source = yamlFormat.generate "profiles" { xdg.configFile."resticprofile/profiles.yaml".source = yamlFormat.generate "profiles" {
version = "2"; version = "2";

View File

@@ -16,6 +16,10 @@
hostname = "192.168.1.110"; hostname = "192.168.1.110";
user = "root"; user = "root";
}; };
"hermes" = {
hostname = "192.168.1.150";
user = "root";
};
"panoptes" = { "panoptes" = {
hostname = "192.168.1.107"; hostname = "192.168.1.107";
user = "panoptes"; user = "panoptes";