summaryrefslogtreecommitdiff
path: root/hosts/sofue
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sofue')
-rw-r--r--hosts/sofue/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/sofue/configuration.nix b/hosts/sofue/configuration.nix
index 18a6679..201a4d8 100644
--- a/hosts/sofue/configuration.nix
+++ b/hosts/sofue/configuration.nix
@@ -1,7 +1,7 @@
{ config, lib, pkgs, modulesPath, ... }:
let
s = config.local;
- inherit (import ../../nix/utils.nix) disks;
+ inherit (import ../../nix/settings.nix) disks;
in rec {
imports = [
"${modulesPath}/virtualisation/lxc-container.nix"