feat(selfhost/nextcloud): setting up the f*** nextcloud
This commit is contained in:
parent
a1bc1e4074
commit
e881327e72
4 changed files with 67 additions and 4 deletions
|
|
@ -49,10 +49,13 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
nix.settings = {
|
||||
download-buffer-size = 16777216;
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
};
|
||||
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue