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,9 +1,4 @@
{
config,
inputs,
pkgs,
...
}: {
{inputs, ...}: {
imports = with inputs; [
self.modules.shared.nixos
self.nixosModules.desktop
@ -13,16 +8,15 @@
];
networking = {
networkmanager.enable = true;
hostId = "c7f6c4a1";
hostName = "dunamis";
};
environment.memoryAllocator.provider = "mimalloc";
system.stateVersion = "25.11";
time.timeZone = "Europe/Kyiv";
desktop.niri.enable = true;
services.displayManager.autoLogin = {
enable = true;
user = "user";