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

moving slim3 coniguration to the hosts directory

This commit is contained in:
andrey_varnavskiy
2024-11-29 16:39:55 +05:00
parent 5b48fce03b
commit ecddf1a6f5
3 changed files with 63 additions and 7 deletions

View File

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