commit any changes ive made but forgotten, this flake can now build hosts, tested: absolution
This commit is contained in:
parent
a1168af031
commit
c0b56e883d
3 changed files with 4 additions and 2 deletions
|
|
@ -5,6 +5,7 @@
|
|||
../ssh.nix
|
||||
../substituters.nix
|
||||
../fonts.nix
|
||||
../greetd.nix
|
||||
# ../virtualisation/virtualisation.nix
|
||||
# ../monado.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
vars = {
|
||||
isNixOS = true;
|
||||
isTough = false;
|
||||
useSyncthing = false;
|
||||
class = "desktop";
|
||||
user = "alyx";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue