mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 03:31:34 +01:00
Move disko to the hardware config
This commit is contained in:
parent
f71ab70322
commit
cdccff4ec8
2 changed files with 9 additions and 10 deletions
|
|
@ -1,14 +1,7 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../default.nix
|
||||
./hardware.nix
|
||||
|
||||
inputs.disko.nixosModules.default
|
||||
./disko.nix
|
||||
];
|
||||
|
||||
networking.hostName = "seb-desktop";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue