1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

add new host (330-15ARR)

This commit is contained in:
Andrey0189
2024-11-30 12:03:42 +05:00
parent da05bdc7a5
commit b09fa5a394
4 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{ stateVersion, hostname, ... }:
{
imports =
[
./hardware-configuration.nix
../../nixos/packages.nix
./local-packages.nix
../../nixos/modules
];
networking.hostName = hostname;
system.stateVersion = stateVersion;
}