Compare commits

..

1 Commits

Author SHA1 Message Date
a28bc02d96 fix ipv6 2024-12-04 11:17:54 -05:00

View File

@@ -150,19 +150,15 @@
done done
'') '')
(pkgs.writeShellApplication { flac
name = "reflac"; (pkgs.writeScriptBin "reflac" (
runtimeInputs = with pkgs; [ flac ]; builtins.readFile (
excludeShellChecks = [ "2086" ];
text = builtins.readFile (
pkgs.fetchurl { pkgs.fetchurl {
url = "https://raw.githubusercontent.com/chungy/reflac/refs/heads/master/reflac"; url = "https://raw.githubusercontent.com/chungy/reflac/refs/heads/master/reflac";
sha256 = "61c6cc8be3d276c6714e68b55e5de0e6491f50bbf195233073dbce14a1e278a7"; sha256 = "61c6cc8be3d276c6714e68b55e5de0e6491f50bbf195233073dbce14a1e278a7";
} }
); )
}) ))
]; ];
services.zfs = { services.zfs = {
@@ -239,11 +235,10 @@
address = "10.1.1.1"; address = "10.1.1.1";
interface = eth_interface; interface = eth_interface;
}; };
# TODO! fix this defaultGateway6 = {
# defaultGateway6 = { address = "fe80::/64";
# address = "fe80::/64"; interface = eth_interface;
# interface = eth_interface; };
# };
}; };
users.users.${username} = { users.users.${username} = {