Compare commits

..

1 commit

Author SHA1 Message Date
da9c186010
refactor: hjemify foot & keepassxc
Some checks failed
/ test (push) Failing after 1s
2025-02-15 22:54:53 +01:00
5 changed files with 1 additions and 61 deletions

View file

@ -1,20 +0,0 @@
{ }:
{
config = {
calibre-web = {
enable = true;
options = {
enableBookUploading = true;
};
};
fileSystems."/mnt/books" = {
device = "192.168.178.21:/mnt/Fort/data/books";
fsType = "nfs";
options = [
"x-systemd.automount"
];
};
};
}

View file

@ -9,7 +9,6 @@
(modulesPath + "/profiles/qemu-guest.nix") (modulesPath + "/profiles/qemu-guest.nix")
./disk-config.nix ./disk-config.nix
./adguard.nix ./adguard.nix
./calibre-web.nix
]; ];
swapDevices = [ swapDevices = [
@ -22,10 +21,6 @@
file = ../../secrets/adguard-dns-list.age; file = ../../secrets/adguard-dns-list.age;
mode = "444"; mode = "444";
}; };
freshrss-default-password = {
file = ../../secrets/freshrss-default-password.age;
owner = config.services.freshrss.user;
};
}; };
boot.loader.grub = { boot.loader.grub = {
@ -129,16 +124,6 @@
}; };
incremental.enable = true; incremental.enable = true;
} }
{
sources = [ "/mnt/books" ];
target = {
location = "books";
type = "rsyncd";
host = "nihilus";
};
incremental.enable = true;
}
]; ];
}; };
}; };
@ -191,11 +176,6 @@
"paperless.ccnlc.eu" = mkVHLocal config.modules.server.paperless.port; "paperless.ccnlc.eu" = mkVHLocal config.modules.server.paperless.port;
"fritz.ccnlc.eu" = mkVH "http://192.168.178.1" 80; "fritz.ccnlc.eu" = mkVH "http://192.168.178.1" 80;
"truenas.ccnlc.eu" = mkVH "https://192.168.178.21" 443; "truenas.ccnlc.eu" = mkVH "https://192.168.178.21" 443;
"calibre.ccnlc.eu" = mkVHLocal config.services.calibre-web.listen.port;
${config.services.freshrss.virtualHost} = {
forceSSL = true;
useACMEHost = "ccnlc.eu";
};
}; };
}; };
@ -251,13 +231,6 @@
port = 5000; port = 5000;
}; };
freshrss = {
enable = true;
passwordFile = config.age.secrets.freshrss-default-password.path;
virtualHost = "rss.ccnlc.eu";
baseUrl = "https://rss.ccnlc.eu";
};
home-assistant = { home-assistant = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;

View file

@ -22,17 +22,15 @@ in
programs.steam = { programs.steam = {
enable = true; enable = true;
gamescopeSession.enable = true; # Adds a steam entry to the login manager
extest.enable = true; extest.enable = true;
localNetworkGameTransfers.openFirewall = true; localNetworkGameTransfers.openFirewall = true;
extraCompatPackages = with pkgs; [ proton-ge-bin ]; extraCompatPackages = with pkgs; [ proton-ge-bin ];
}; };
programs.gamemode.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
lutris lutris
mangohud mangohud
heroic
]; ];
}; };
} }

View file

@ -1,7 +0,0 @@
age-encryption.org/v1
-> ssh-ed25519 a1hgwg jQShep0qAznVUIKf3/tZk3Ax7xdIG55K/vo/WgTMqxo
822i7jJOTvRKh07Gt2ku3wKARZ60d3SZYiQ7sXh6Y9Q
-> ssh-ed25519 WcjW5A Q6DSl3XFuXmIXtk+gdpDYjQILvc9IvVB8xaTw/lDnwM
c9nOjNf/Wz97hDQFgbr3hoyuy9NGVYTDiFq79cmpGM8
--- QEJe1HN6nbQdjHAhL4DRJvcc7WJsfSMddYJhkKMSOKE
™¼Ù˯iä!ìO§ß­ý<>2+Z¨0¹iʹõÕön´<6E>áéuœnÏ¥êNw‰<77>úe·%±Æ5<C2BD>Ÿ¡¤ D;º—{?FKQ»xA,©Ièú½ |NzX/ÍhzLþŽ

View file

@ -20,8 +20,4 @@ in
raptus raptus
ny ny
]; ];
"freshrss-default-password.age".publicKeys = [
shan
ny
];
} }