From 19355581e512d3f1fb15e36675d7f2a0578ca5ea Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 23 Sep 2026 16:31:47 +0200 Subject: ... --- hosts/skadhi/fs.nix | 2 +- hosts/skadhi/hw.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/skadhi/fs.nix b/hosts/skadhi/fs.nix index cbeef6f9..a2a01392 100644 --- a/hosts/skadhi/fs.nix +++ b/hosts/skadhi/fs.nix @@ -63,7 +63,7 @@ install -d ${lib.concatMapStringsSep " " (p: "$out/${p}") subvols} install -m 0700 -d ${lib.concatMapStringsSep " " (p: "$out/${p}") restricted} '')) - ] ++ lib.concatMap (p: ["--subvol" p]) subvols; + ] ++ lib.concatMap (p: ["--subvol" p]) (subvols ++ restricted); subvolumes = { "/persistent".mountpoint = "/persistent"; "/swap" = { diff --git a/hosts/skadhi/hw.nix b/hosts/skadhi/hw.nix index 02fb5c0e..7fc286f4 100644 --- a/hosts/skadhi/hw.nix +++ b/hosts/skadhi/hw.nix @@ -1,8 +1,7 @@ { flake, flakeInputs, pkgs, config, lib, ... }: { - imports = with flake.nixosModules.systemProfiles; [ + imports = [ flakeInputs.nixos-hardware.nixosModules.framework-13-7040-amd - disko ]; config = { -- cgit v1.2.3