Move disko to the hardware config

This commit is contained in:
SebastianStork 2024-03-30 16:28:53 +01:00
parent f71ab70322
commit cdccff4ec8
2 changed files with 9 additions and 10 deletions

View file

@ -1,14 +1,7 @@
{
inputs,
pkgs,
...
}: {
{pkgs, ...}: {
imports = [
../default.nix
./hardware.nix
inputs.disko.nixosModules.default
./disko.nix
];
networking.hostName = "seb-desktop";