NixOS-Config/hosts/g2/configuration.nix

11 lines
170 B
Nix
Raw Normal View History

2024-05-27 20:26:17 +08:00
{ config, lib, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
../modules/nasp.nix
];
nasp.serial = 2;
system.stateVersion = "23.11";
}