mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix: syncthing?
This commit is contained in:
parent
c9d9d45a82
commit
9f4d7a5ade
6 changed files with 50 additions and 33 deletions
|
|
@ -71,32 +71,38 @@ _: let
|
|||
cudaSupport = true;
|
||||
};
|
||||
konawall-py.settings = {
|
||||
source = "e621";
|
||||
source = "konachan";
|
||||
tags = [
|
||||
"rating:s"
|
||||
#"-male/male"
|
||||
"-overweight_male"
|
||||
"-five_nights_at_freddy's"
|
||||
#"touhou"
|
||||
"-male"
|
||||
"-large_breasts"
|
||||
"-scalie"
|
||||
#"-my_little_pony"
|
||||
"-sonic_the_hedgehog"
|
||||
"-amputee"
|
||||
"-inflation"
|
||||
"-pool_toy"
|
||||
"-cuckold"
|
||||
"-gore"
|
||||
"-human"
|
||||
"-animated"
|
||||
"-hyper"
|
||||
"-death"
|
||||
"ratio:>=1.3"
|
||||
"-muscular_male"
|
||||
"-model_sheet"
|
||||
"rating:e"
|
||||
];
|
||||
};
|
||||
# konawall-py.settings = {
|
||||
# source = "e621";
|
||||
# tags = [
|
||||
# "rating:s"
|
||||
# #"-male/male"
|
||||
# "-overweight_male"
|
||||
# "-five_nights_at_freddy's"
|
||||
# #"touhou"
|
||||
# "-male"
|
||||
# "-large_breasts"
|
||||
# "-scalie"
|
||||
# #"-my_little_pony"
|
||||
# "-sonic_the_hedgehog"
|
||||
# "-amputee"
|
||||
# "-inflation"
|
||||
# "-pool_toy"
|
||||
# "-cuckold"
|
||||
# "-gore"
|
||||
# "-human"
|
||||
# "-animated"
|
||||
# "-hyper"
|
||||
# "-death"
|
||||
# "ratio:>=1.3"
|
||||
# "-muscular_male"
|
||||
# "-model_sheet"
|
||||
# ];
|
||||
# };
|
||||
waybar.settings.main = {
|
||||
modules-right = [
|
||||
"custom/nvidia-vram"
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ _: let
|
|||
};
|
||||
in {
|
||||
arch = "x86_64";
|
||||
deploy.hostname = "10.1.1.68";
|
||||
deploy.hostname = "10.1.1.171";
|
||||
ci.enable = false; # Closure too large
|
||||
type = "NixOS";
|
||||
modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue