11 lines
170 B
Nix
11 lines
170 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports =
|
|
[
|
|
./hardware-configuration.nix
|
|
../modules/nasp.nix
|
|
];
|
|
nasp.serial = 2;
|
|
system.stateVersion = "23.11";
|
|
} |