commit any changes ive made but forgotten, this flake can now build hosts, tested: absolution

This commit is contained in:
cydiralis 2025-06-26 09:02:00 +01:00
parent a1168af031
commit c0b56e883d
No known key found for this signature in database
3 changed files with 4 additions and 2 deletions

View file

@ -5,6 +5,7 @@
../ssh.nix ../ssh.nix
../substituters.nix ../substituters.nix
../fonts.nix ../fonts.nix
../greetd.nix
# ../virtualisation/virtualisation.nix # ../virtualisation/virtualisation.nix
# ../monado.nix # ../monado.nix
]; ];

View file

@ -2,7 +2,7 @@
services.greetd = { services.greetd = {
enable = true; enable = true;
restart = true; restart = true;
settings.default-session = { settings.default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd niri-session"; command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd niri-session";
user = "greeter"; user = "greeter";
}; };
@ -14,6 +14,6 @@
StandardError = "journal"; StandardError = "journal";
TTYReset = "true"; TTYReset = "true";
TTYHangup = "true"; TTYHangup = "true";
TTYVTDisallocate = "true;"; TTYVTDisallocate = "true";
}; };
} }

View file

@ -31,6 +31,7 @@
vars = { vars = {
isNixOS = true; isNixOS = true;
isTough = false; isTough = false;
useSyncthing = false;
class = "desktop"; class = "desktop";
user = "alyx"; user = "alyx";
}; };