trying to set the automatic nextcloud to work without logging into the desktop app

This commit is contained in:
Lillian Violet 2025-01-01 21:21:33 +01:00
parent 595ee09839
commit f9c8e4783e
7 changed files with 99 additions and 55 deletions

View file

@ -93,6 +93,14 @@
# list of latest packages from nixpkgs master
# Can be used to install latest version of some packages
]);
sops = {
secrets."nextcloud-password" = {
mode = "0600";
owner = config.users.users.lillian.name;
path = "/home/lillian/.netrc";
};
};
programs = {
# Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
command-not-found.enable = lib.mkForce false;