bekkalokk: set up kerberos client

This commit is contained in:
2024-03-29 01:39:59 +01:00
parent 64c7e3e365
commit 266ce9ed08
6 changed files with 1757 additions and 1 deletions

View File

@@ -42,6 +42,7 @@
];
in {
nixosConfigurations = let
unstablePkgs = nixpkgs-unstable.legacyPackages.x86_64-linux;
nixosConfig = nixpkgs: name: config: nixpkgs.lib.nixosSystem (nixpkgs.lib.recursiveUpdate
rec {
system = "x86_64-linux";
@@ -75,7 +76,13 @@
inputs.pvv-calendar-bot.overlays.x86_64-linux.default
];
};
bekkalokk = stableNixosConfig "bekkalokk" { };
bekkalokk = stableNixosConfig "bekkalokk" {
overlays = [
(final: prev: {
heimdal = unstablePkgs.heimdal;
})
];
};
bob = stableNixosConfig "bob" {
modules = [
disko.nixosModules.disko