Move boot.nix to common

This commit is contained in:
Rodrigo Arias 2023-04-18 18:30:02 +02:00 committed by Rodrigo Arias Mallo
parent 9e3bdaabb6
commit b043ee3b1d
3 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,6 @@
{ {
imports = [ imports = [
./boot.nix
]; ];
} }

View File

@ -5,7 +5,6 @@
../common/main.nix ../common/main.nix
./hardware-configuration.nix ./hardware-configuration.nix
./boot.nix
./fs.nix ./fs.nix
./gitlab-runner.nix ./gitlab-runner.nix
./monitoring.nix ./monitoring.nix