diff options
author | Linnnus <[email protected]> | 2025-01-18 13:14:31 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-01-18 13:14:31 +0100 |
commit | f5fc33abb93e058b943e5ef0dc8c8a3c02255804 (patch) | |
tree | 4457684b5ea69d493ea4af5db59195d637e62c9d /hosts | |
parent | e92e5baa7b23c696241bc0d7cfa6d952ca8578d4 (diff) |
Move NixOS-specific options from shared/{nixos-and-darwin => nixos}
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ahmed/configuration.nix | 4 | ||||
-rw-r--r-- | hosts/ahmed/torrenting/default.nix | 2 | ||||
-rw-r--r-- | hosts/omar/configuration.nix | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 4bb5c50..692203d 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -9,8 +9,8 @@ ./hardware-configuration.nix ../../shared/nixos/cloudflare-proxy - ../../shared/nixos-and-darwin/common-nix-settings - ../../shared/nixos-and-darwin/common-shell-settings + ../../shared/nixos/common-nix-settings + ../../shared/nixos/common-shell-settings ../../shared/nixos-and-darwin/common-hm-settings ./git.linus.onl diff --git a/hosts/ahmed/torrenting/default.nix b/hosts/ahmed/torrenting/default.nix index 666c894..c61d719 100644 --- a/hosts/ahmed/torrenting/default.nix +++ b/hosts/ahmed/torrenting/default.nix @@ -22,7 +22,7 @@ Preferences = { # Configure credentials. This should be safe to keep here, since the password is hashed. "WebUI\\Username" = "linus"; - "WebUI\\Password_PBKDF2" = "@ByteArray(KCBHD0C70+/50xW/zkIUiw==:WY6phmLjJza//fD6w6fXwqzLCYIQjFMRQ3hlqYVIRcKVNHh1fYjMHlI1aBPciJtDdBABq3/D2hOuhQpAt3oUXQ==)"; + "WebUI\\Password_PBKDF2" = "@ByteArray(KCBHD0C70+/50xW/zkIUiw==:WY6phmLjJza//fD6w6fXwqzLCYIQjFMRQ3hlqYVIRcKVNHh1fYjMHlI1aBPciJtDdBABq3/D2hOuhQpAt3oUXQ==)"; }; }; }; diff --git a/hosts/omar/configuration.nix b/hosts/omar/configuration.nix index 2e0a146..55b5040 100644 --- a/hosts/omar/configuration.nix +++ b/hosts/omar/configuration.nix @@ -8,8 +8,8 @@ # Include the results of the hardware scan. ./hardware-configuration.nix - ../../shared/nixos-and-darwin/common-nix-settings - ../../shared/nixos-and-darwin/common-shell-settings + ../../shared/nixos/common-nix-settings + ../../shared/nixos/common-shell-settings ../../shared/nixos-and-darwin/common-hm-settings ../../shared/nixos/zfs-impermenance ../../shared/nixos/persist-ssh-host-keys |