This commit is contained in:
mjallen18
2026-02-02 18:14:04 -06:00
parent bd8d1e6485
commit d9d7760e58
16 changed files with 697 additions and 693 deletions

View File

@@ -1,6 +1,4 @@
{
config,
lib,
pkgs,
namespace,
...

View File

@@ -333,7 +333,7 @@ in
persistence."/media/nas/main/persist" = {
hideMounts = true;
directories = [
];
};
};

View File

@@ -1,12 +1,11 @@
{
config,
lib,
namespace,
...
}:
with lib;
with lib;
let
inherit (lib.${namespace}) enabled disabled;
inherit (lib.${namespace}) disabled;
in
{
specialisation = {

View File

@@ -1,4 +1,4 @@
{ lib, ... }:
{ ... }:
{
disko.devices = {
disk = {
@@ -380,4 +380,4 @@
};
};
};
}
}