move machine specific files to their own directory
Some checks failed
/ build-all (push) Failing after 2s

This commit is contained in:
ant 2025-09-01 22:42:42 +02:00
parent 058d223259
commit d8980431b1
5 changed files with 8 additions and 8 deletions

View file

@ -6,9 +6,9 @@ in
{
imports = [
./hardware-configuration.nix
./common.nix
./common-graphics.nix
(import ./remote-disk-unlock.nix sshKeys)
../common.nix
../common-graphics.nix
(import ../remote-disk-unlock.nix sshKeys)
];
boot.loader = {

View file

@ -1,9 +1,9 @@
{ config, pkgs, pkgs-unstable, ... }:
{
imports = [ # Include the results of the hardware scan.
./moon-hardware-configuration.nix
./common.nix
./common-graphics.nix
./hardware-configuration.nix
../common.nix
../common-graphics.nix
];
# Bootloader.