home-manager: change installation type to systemd
This commit is contained in:
parent
51fcdb9971
commit
54f9754422
@ -18,7 +18,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# "activation" if system doesn't support systemd
|
# "activation" if system doesn't support systemd
|
||||||
installationType = "activation";
|
installationType = "systemd";
|
||||||
|
|
||||||
file."sops-age-keys.txt" = {
|
file."sops-age-keys.txt" = {
|
||||||
# Path to encrypted file tracked by the git repository
|
# Path to encrypted file tracked by the git repository
|
||||||
|
Loading…
Reference in New Issue
Block a user