From f5fc33abb93e058b943e5ef0dc8c8a3c02255804 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 18 Jan 2025 13:14:31 +0100 Subject: Move NixOS-specific options from shared/{nixos-and-darwin => nixos} --- hosts/ahmed/configuration.nix | 4 ++-- hosts/ahmed/torrenting/default.nix | 2 +- hosts/omar/configuration.nix | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'hosts') 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 -- cgit v1.2.3