Compare commits

..

No commits in common. "b5a9acda3d1b0f32b7c58b0b10076e5a114b62c0" and "8068c145808068097b29d2f5c02af04572f2b14b" have entirely different histories.

6 changed files with 28 additions and 35 deletions

View file

@ -150,11 +150,11 @@
]
},
"locked": {
"lastModified": 1731746438,
"narHash": "sha256-f3SSp1axoOk0NAI7oFdRzbxG2XPBSIXC+/DaAXnvS1A=",
"lastModified": 1731549112,
"narHash": "sha256-c9I3i1CwZ10SoM5npQQVnfwgvB86jAS3lT4ZqkRoSOI=",
"owner": "nix-community",
"repo": "disko",
"rev": "cb64993826fa7a477490be6ccb38ba1fa1e18fa8",
"rev": "5fd852c4155a689098095406500d0ae3d04654a8",
"type": "github"
},
"original": {
@ -171,17 +171,16 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1731661234,
"narHash": "sha256-h5XqgTQJqMKXbhszZtGYv3ypT4AzQlSaO9zyTYZemJk=",
"lastModified": 1731572450,
"narHash": "sha256-/Yd5ydr2+W/lWWP8Tm9oVtlhUp2jr3qiXO57bIWMMHw=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "ed670c7246dd4bfd24e50939eb5d9bcaa95e638b",
"rev": "45023e6456ddc236499178ac9914d43d478bb499",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "ed670c7246dd4bfd24e50939eb5d9bcaa95e638b",
"type": "github"
}
},
@ -404,11 +403,11 @@
]
},
"locked": {
"lastModified": 1731604581,
"narHash": "sha256-Qq2YZZaDTB3FZLWU/Hgh1uuWlUBl3cMLGB99bm7rFUM=",
"lastModified": 1731535640,
"narHash": "sha256-2EckCJn4wxran/TsRiCOFcmVpep2m9EBKl99NBh2GnM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "1d0862ee2d7c6f6cd720d6f32213fa425004be10",
"rev": "35b055009afd0107b69c286fca34d2ad98940d57",
"type": "github"
},
"original": {
@ -525,11 +524,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1731740897,
"narHash": "sha256-teFd31vsE/0Z0WR6XVeKhKPw6Eyb2gXGpG0tjpMfBDM=",
"lastModified": 1731403644,
"narHash": "sha256-T9V7CTucjRZ4Qc6pUEV/kpgNGzQbHWfGcfK6JJLfUeI=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "c2c275fbb2e656948ba6e1f67b8ddd430f158c5f",
"rev": "f6581f1c3b137086e42a08a906bdada63045f991",
"type": "github"
},
"original": {
@ -568,11 +567,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1731652201,
"narHash": "sha256-XUO0JKP1hlww0d7mm3kpmIr4hhtR4zicg5Wwes9cPMg=",
"lastModified": 1731386116,
"narHash": "sha256-lKA770aUmjPHdTaJWnP3yQ9OI1TigenUqVC3wweqZuI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c21b77913ea840f8bcf9adf4c41cecc2abffd38d",
"rev": "689fed12a013f56d4c4d3f612489634267d86529",
"type": "github"
},
"original": {
@ -698,11 +697,11 @@
]
},
"locked": {
"lastModified": 1731724228,
"narHash": "sha256-3R48B+BVeZ8IWsXF7TdRm441RsdJt21yQ5ZgxuNTXYc=",
"lastModified": 1731551344,
"narHash": "sha256-wr8OOqgw7M1pWfe4W7WA5lErzOVMg3zvrrxx/dy/nPo=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "f6c4c2a7b8969c2b172847b3ef474e0d3bd8bdce",
"rev": "27570abfd3461875f11fc07c9b01c141a6332b4f",
"type": "github"
},
"original": {
@ -719,11 +718,11 @@
"nixpkgs-stable": "nixpkgs-stable_3"
},
"locked": {
"lastModified": 1731748189,
"narHash": "sha256-Zd/Uukvpcu26M6YGhpbsgqm6LUSLz+Q8mDZ5LOEGdiE=",
"lastModified": 1731364708,
"narHash": "sha256-HC0anOL+KmUQ2hdRl0AtunbAckasxrkn4VLmxbW/WaA=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "d2bd7f433b28db6bc7ae03d5eca43564da0af054",
"rev": "4c91d52db103e757fc25b58998b0576ae702d659",
"type": "github"
},
"original": {

View file

@ -53,7 +53,7 @@
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay/ed670c7246dd4bfd24e50939eb5d9bcaa95e638b";
url = "github:nix-community/emacs-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
};

View file

@ -41,10 +41,7 @@
"boskma.frl" = {
extraConfig = ''
respond 404 {
body "Nothing to see here."
close
}
error "Nothing to see here." 404
'';
};
};

View file

@ -40,12 +40,9 @@ in
}
route {
reverse_proxy @public_or_allowed_remote ${config.services.keycloak.settings.http-host}:${toString config.services.keycloak.settings.http-port}
reverse_proxy @public_or_allowed_remote ${config.services.keycloak.settings.http-host}:${toString config.services.keycloak.settings.http-port}
respond 403 {
body "Nope."
close
}
error "Nope." 403
}
'';
};

View file

@ -74,7 +74,7 @@ in
enable = true;
name = "Erwin Boskma";
email = "erwin@datarift.nl";
signingKey = "~/.ssh/id_ed25519";
signingKey = "~/.ssh/id_ed25519_sk_personal.pub";
signingKeyFormat = "ssh";
};
gitu = {

View file

@ -72,7 +72,7 @@ in
enable = true;
name = "Erwin Boskma";
email = "erwin@horus.nu";
signingKey = "~/.ssh/id_ed25519";
signingKey = "~/.ssh/id_ed25519_sk_horus.pub";
signingKeyFormat = "ssh";
};
gpg.enable = true;
@ -97,7 +97,7 @@ in
enable = true;
name = "Erwin Boskma";
email = "erwin@horus.nu";
signingKey = "~/.ssh/id_ed25519";
signingKey = "~/.ssh/id_ed25519_sk_horus.pub";
signingBackend = "ssh";
};
mpd.enable = true;