Ensure disko is imported before impermanence to avoid superfluous warning.

This commit is contained in:
2024-09-13 13:33:48 +01:00
parent 9f5ba289ff
commit 20212556e5
5 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
{ pkgs, inputs, ... }:
{
imports = [
../../common/encrypted-btrfs-layout.nix
../../common/global
../../common/compute-node.nix
../../common/encrypted-btrfs-layout.nix
./hardware.nix
];

View File

@@ -1,9 +1,9 @@
{ pkgs, inputs, ... }:
{
imports = [
../../common/encrypted-btrfs-layout.nix
../../common/global
../../common/compute-node.nix
../../common/encrypted-btrfs-layout.nix
./hardware.nix
];

View File

@@ -1,9 +1,9 @@
{ pkgs, inputs, ... }:
{
imports = [
../../common/encrypted-btrfs-layout.nix
../../common/global
../../common/compute-node.nix
../../common/encrypted-btrfs-layout.nix
./hardware.nix
];

View File

@@ -1,9 +1,9 @@
{ lib, pkgs, inputs, ... }:
{
imports = [
../../common/encrypted-btrfs-layout.nix
../../common/global
../../common/base-node.nix
../../common/encrypted-btrfs-layout.nix
./hardware.nix
];

View File

@@ -1,10 +1,10 @@
{ pkgs, inputs, ... }:
{
imports = [
../../common/encrypted-btrfs-layout.nix
../../common/global
../../common/compute-node.nix
../../common/dev-node.nix
../../common/encrypted-btrfs-layout.nix
./hardware.nix
];