This commit is contained in:
4DBug
2025-03-30 21:12:06 -05:00
parent 3ea6423642
commit d10e28a19f
3 changed files with 10 additions and 1 deletions

View File

@@ -32,5 +32,12 @@
systemd = {
services."getty@tty1".enable = false;
services."autovt@tty1".enable = false;
targets = {
sleep.enable = false;
suspend.enable = false;
hibernate.enable = false;
hybrid-sleep.enable = false;
};
};
}

View File

@@ -1,4 +1,4 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
imports = [

View File

@@ -22,5 +22,7 @@
# nix language server
nixd
nil
docker
];
}