Compare commits

..

No commits in common. "06b307b4d8078502ff7d2e33882768de29fe595c" and "0bd9159d3f60599caff6b52626a0d99c5696d412" have entirely different histories.

3 changed files with 2 additions and 17 deletions

View file

@ -31,16 +31,6 @@
device = "/dev/disk/by-label/WD_RED_4T_1";
fsType = "ext4";
};
fileSystems."/nas/public/Music" = {
device = "/nas/Syncthing/Sync/Music";
fsType = "auto";
options = [
"defaults"
"nofail"
"nobootwait"
"bind"
];
};
swapDevices = [ ];

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, unstable, ... }:
{ config, lib, pkgs, ... }:
let
cfg = config.profile.go;
impl = pkgs.buildGoModule rec {
@ -20,7 +20,6 @@ in
goPrivate = [
"gitlab.bareksa.com"
];
package = unstable.go_1_23;
};
home.packages = with pkgs; [
gotools
@ -29,7 +28,7 @@ in
gomodifytags
gotests
iferr
unstable.gopls
gopls
gofumpt
impl
golangci-lint
@ -39,7 +38,6 @@ in
home.sessionVariables = {
GOROOT = "${pkgs.go}/share/go";
GOPATH = "${config.home.homeDirectory}/go";
GOEXPERIMENT = "rangefunc";
};
};
}

View file

@ -6,9 +6,6 @@
192.168.50.205 apicurio.prod.bareksa.local
192.168.3.50 kafka.dev.bareksa.local
192.168.3.109 redpanda.dev.bareksa.local kafka-console.dev.bareksa.local
192.168.50.102 kafka1.prod.bareksa.local
192.168.50.103 kafka2.prod.bareksa.local
192.168.50.104 kafka3.prod.bareksa.local
'';
networking.firewall =
let