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/omar | |
parent | e92e5baa7b23c696241bc0d7cfa6d952ca8578d4 (diff) |
Move NixOS-specific options from shared/{nixos-and-darwin => nixos}
Diffstat (limited to 'hosts/omar')
-rw-r--r-- | hosts/omar/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 |