diff options
author | Soispha <soispha@vhack.eu> | 2023-08-28 23:38:20 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-28 23:38:20 +0200 |
commit | 6f925a58419f0cbe7eb7615ec3e335694065d8e5 (patch) | |
tree | c69febf1804bd617fa831ed2171bec11f2a123a4 /sys/svcs/default.nix | |
parent | Fix(sys/font): Correct the font names (diff) | |
download | nixos-config-6f925a58419f0cbe7eb7615ec3e335694065d8e5.zip |
Feat(sys/svcs/getty): Init
Diffstat (limited to 'sys/svcs/default.nix')
-rw-r--r-- | sys/svcs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/svcs/default.nix b/sys/svcs/default.nix index c4b95394..d4698310 100644 --- a/sys/svcs/default.nix +++ b/sys/svcs/default.nix @@ -3,6 +3,7 @@ ./backup ./dconf ./fwupd + ./getty ./nix ./openssh ./postgresql |