forked from aylac.top/nixcfg
this repo has no description

sad!

Changed files
+33 -30
homes
hosts
nanpi
modules
nixos
desktop
gnome
+3 -3
flake.lock
···
"secrets": {
"flake": false,
"locked": {
-
"lastModified": 1755634054,
-
"narHash": "sha256-nBYm9JH5CRomLQPssNwCqR15q5SF3buO9nmPSUfW4QU=",
+
"lastModified": 1755717053,
+
"narHash": "sha256-HzMVkR0wKkr9xF1+LdXO6B4Ke+eZn/B3IEK5479I42k=",
"owner": "ayla6",
"repo": "secrets",
-
"rev": "40a0d31246d725d4744f6ba9d5a99f05aac31818",
+
"rev": "411c9eb074999219404f7b0a0584a8a31687f8fc",
"type": "github"
},
"original": {
+6 -4
homes/ayla/default.nix
···
love
# applications
-
keepassxc
qbittorrent
-
flare-signal
kdePackages.kdenlive
krita
gimp3
···
calibre
picard
freac
-
audacious
-
audacious-plugins
lmms
nicotine-plus
blender
···
wine
steam-run
lutris
+
+
keepassxc
+
fractal
+
flare-signal
+
audacious
+
audacious-plugins
];
};
})
+23 -23
hosts/nanpi/services.nix
···
};
};
};
-
};
-
services.webdav-server-rs = {
-
enable = true;
-
settings = {
-
server.listen = ["0.0.0.0:${toString config.mySnippets.tailnet.networkMap.webdav.port}" "[::]:${toString config.mySnippets.tailnet.networkMap.webdav.port}"];
-
accounts = {
-
auth-type = "htpasswd.default";
-
acct-type = "unix";
-
};
-
htpasswd.default = {
-
htpasswd = pkgs.writeText "htpasswd" ''
-
ayla:$2y$05$LD.VqJF.yVGsp.C3L6IJFO0SvYTeCKbGoGn70ZQaht4gxyEq2XbCS
-
'';
+
webdav-server-rs = {
+
enable = true;
+
settings = {
+
server.listen = ["0.0.0.0:${toString config.mySnippets.tailnet.networkMap.webdav.port}" "[::]:${toString config.mySnippets.tailnet.networkMap.webdav.port}"];
+
accounts = {
+
auth-type = "htpasswd.default";
+
acct-type = "unix";
+
};
+
htpasswd.default = {
+
htpasswd = pkgs.writeText "htpasswd" ''
+
ayla:$2y$05$LD.VqJF.yVGsp.C3L6IJFO0SvYTeCKbGoGn70ZQaht4gxyEq2XbCS
+
'';
+
};
+
location = [
+
{
+
route = ["/*path"];
+
directory = "${dataDirectory}/webdav";
+
handler = "filesystem";
+
methods = ["webdav-rw"];
+
autoindex = true;
+
auth = "true";
+
}
+
];
};
-
location = [
-
{
-
route = ["/*path"];
-
directory = "${dataDirectory}/webdav";
-
handler = "filesystem";
-
methods = ["webdav-rw"];
-
autoindex = true;
-
auth = "true";
-
}
-
];
};
};
+1
modules/nixos/desktop/gnome/default.nix
···
gnome-music
gnome-user-docs
gnome-tour
+
gnome-console
decibels
];