🚚 (neodymium) move borgbackup and greetd out of system and into services
This commit is contained in:
parent
11d5c3dcc0
commit
abb6e25b45
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [ ./system ];
|
imports = [ ./system ./services ];
|
||||||
|
|
||||||
# shorter timeout for systemd services
|
# shorter timeout for systemd services
|
||||||
systemd.extraConfig = ''
|
systemd.extraConfig = ''
|
||||||
|
|
1
hosts/neodymium/services/default.nix
Normal file
1
hosts/neodymium/services/default.nix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ ... }: { imports = [ ./borgbackup ./greetd ]; }
|
|
@ -4,7 +4,8 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
default_session = {
|
default_session = {
|
||||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland";
|
command =
|
||||||
|
"${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland"; # TODO: use nix pkgs
|
||||||
user = "greeter";
|
user = "greeter";
|
||||||
};
|
};
|
||||||
};
|
};
|
|
@ -12,10 +12,8 @@
|
||||||
./age
|
./age
|
||||||
./audio
|
./audio
|
||||||
./boot
|
./boot
|
||||||
./borgbackup
|
|
||||||
./docker
|
./docker
|
||||||
./fonts
|
./fonts
|
||||||
./greetd
|
|
||||||
./hardware
|
./hardware
|
||||||
./i18n
|
./i18n
|
||||||
./networking
|
./networking
|
||||||
|
|
Loading…
Reference in a new issue