Compare commits

..

No commits in common. "35862426aece4a7ecca086fc4d769b89659f96ff" and "22b8aedee4128f0204fdfda4acc541c08ddd51a9" have entirely different histories.

1 changed files with 0 additions and 10 deletions

View File

@ -55,15 +55,6 @@
};
nixpkgs.config.allowUnfree = true;
};
nixosModules.hledger = {...}: {
services.hledger-web = {
enable = true;
allow = "edit";
host = "0.0.0.0";
baseUrl = "http://192.168.1.37:5000";
};
networking.firewall.allowedTCPPorts = [ 5000 ];
};
nixosModules.samba = {...}: {
services.samba = {
enable = true;
@ -94,7 +85,6 @@
self.nixosModules.zfs
self.nixosModules.plex
self.nixosModules.samba
self.nixosModules.hledger
];
};
};