trying to set the automatic nextcloud to work without logging into the desktop app
This commit is contained in:
parent
595ee09839
commit
f9c8e4783e
7 changed files with 99 additions and 55 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue