hosts: cleanup

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-17 17:31:39 +03:00
parent 4054e42e21
commit a1cac8803a
6 changed files with 34 additions and 54 deletions

View File

@ -1,8 +1,4 @@
{
config,
inputs,
...
}: {
{inputs, ...}: {
imports = with inputs; [
self.modules.shared.nixos
self.nixosModules.desktop
@ -13,11 +9,10 @@
];
networking = {
networkmanager.enable = true;
hostId = "45b00123";
hostName = "legion";
};
environment.memoryAllocator.provider = "mimalloc";
system.stateVersion = "25.11";
time.timeZone = "Europe/Kyiv";