chore: nix fmt
This commit is contained in:
parent
a9be5375ca
commit
a1df9205d5
8 changed files with 16 additions and 12 deletions
|
@ -70,7 +70,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
# TODO: find out if smbpasswd file is still used and set it here. or find an alternative
|
||||
# sops.secrets.smbpasswd = {
|
||||
# };
|
||||
|
|
|
@ -406,7 +406,6 @@ in
|
|||
domain = "kanidm.${domain}";
|
||||
origin = "https://kanidm.${domain}";
|
||||
|
||||
|
||||
bindaddress = "127.0.0.1:8444";
|
||||
|
||||
# don't expose ldap
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
{
|
||||
networking.nat = {
|
||||
enable = true;
|
||||
internalInterfaces = ["ve-+"];
|
||||
internalInterfaces = [ "ve-+" ];
|
||||
# externalInterface = "enu1u1u2";
|
||||
# Lazy IPv6 connectivity for the container
|
||||
# enableIPv6 = true;
|
||||
|
@ -283,5 +283,6 @@
|
|||
|
||||
nix.settings.sandbox = lib.mkForce "relaxed";
|
||||
|
||||
systemd.user.services.wireplumber.environment.LIBCAMERA_IPA_PROXY_PATH = "${pkgs.libcamera}/libexec/libcamera";
|
||||
systemd.user.services.wireplumber.environment.LIBCAMERA_IPA_PROXY_PATH =
|
||||
"${pkgs.libcamera}/libexec/libcamera";
|
||||
}
|
||||
|
|
|
@ -95,10 +95,8 @@
|
|||
inherit mkNixosConfiguration;
|
||||
};
|
||||
|
||||
overlays.default =
|
||||
_final: _previous:
|
||||
{
|
||||
};
|
||||
overlays.default = _final: _previous: {
|
||||
};
|
||||
|
||||
nixosConfigurations = {
|
||||
native = mkNixosConfiguration { system = nativeSystem; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue