move machine specific files to their own directory
Some checks failed
/ build-all (push) Failing after 2s
Some checks failed
/ build-all (push) Failing after 2s
This commit is contained in:
parent
058d223259
commit
d8980431b1
5 changed files with 8 additions and 8 deletions
|
|
@ -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 = {
|
||||
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue