mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
thinkman: move boot from legacy
This commit is contained in:
parent
a74ca0da0b
commit
807677412d
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./boot.nix
|
||||||
./disks.nix
|
./disks.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
|
@ -17,7 +18,6 @@
|
||||||
../../legacy/modules/media.nix
|
../../legacy/modules/media.nix
|
||||||
../../legacy/modules/meeting.nix
|
../../legacy/modules/meeting.nix
|
||||||
../../legacy/modules/systemd-user.nix
|
../../legacy/modules/systemd-user.nix
|
||||||
../../legacy/modules/systemduefi.nix
|
|
||||||
../../legacy/modules/webcam.nix
|
../../legacy/modules/webcam.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue