already included in flake.nix
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-08-11 13:53:44 +02:00
parent 7aa76f212c
commit b48b50a301
3 changed files with 2 additions and 8 deletions

View File

@ -16,9 +16,7 @@
./set-desktop.nix
./set-filesystems.nix
./set-hardware.nix
./set-hostname.nix
./set-steam.nix
./set-systemd.nix
./set-users.nix
];
}

View File

@ -1,6 +1,6 @@
{ user-computer, ... }:
{ ... }:
{
services.xserver.enable = false;
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user = user-computer;
services.displayManager.autoLogin.user = "mo";
}

View File

@ -1,4 +0,0 @@
{ host-computer, ... }:
{
networking.hostName = host-computer;
}