9 lines
187 B
Nix
9 lines
187 B
Nix
{ inputs, outputs, lib, config, pkgs, ... }: {
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
# ../disko/mmcblk.nix
|
|
../workstation
|
|
../wm
|
|
];
|
|
networking.hostName = "ace";
|
|
}
|