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
|
../ssh.nix
|
||||||
../substituters.nix
|
../substituters.nix
|
||||||
../fonts.nix
|
../fonts.nix
|
||||||
|
../greetd.nix
|
||||||
# ../virtualisation/virtualisation.nix
|
# ../virtualisation/virtualisation.nix
|
||||||
# ../monado.nix
|
# ../monado.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
vars = {
|
vars = {
|
||||||
isNixOS = true;
|
isNixOS = true;
|
||||||
isTough = false;
|
isTough = false;
|
||||||
|
useSyncthing = false;
|
||||||
class = "desktop";
|
class = "desktop";
|
||||||
user = "alyx";
|
user = "alyx";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue