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
../substituters.nix
../fonts.nix
../greetd.nix
# ../virtualisation/virtualisation.nix
# ../monado.nix
];

View file

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

View file

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