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:
15
hosts/slim3/configuration.nix
Normal file
15
hosts/slim3/configuration.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ stateVersion, hostname, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../nixos/packages.nix
|
||||
../../nixos/modules
|
||||
];
|
||||
|
||||
networking.hostName = hostname;
|
||||
|
||||
system.stateVersion = stateVersion;
|
||||
}
|
||||
|
Reference in New Issue
Block a user