mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(extern): krb5
This commit is contained in:
parent
95e903697a
commit
6db8e4e304
13 changed files with 577 additions and 21 deletions
|
|
@ -6,10 +6,15 @@
|
|||
in {
|
||||
imports = [
|
||||
nixosModules.default
|
||||
extern'test'inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
|
||||
config = {
|
||||
gensokyo-zone = {
|
||||
access = {
|
||||
#tail.enable = true;
|
||||
#local.enable = true;
|
||||
};
|
||||
nix = {
|
||||
enable = true;
|
||||
builder.enable = true;
|
||||
|
|
@ -18,11 +23,21 @@ in {
|
|||
enable = true;
|
||||
shared.enable = true;
|
||||
};
|
||||
krb5 = {
|
||||
enable = true;
|
||||
sssd.enable = true;
|
||||
nfs.enable = true;
|
||||
};
|
||||
# TODO: users?
|
||||
};
|
||||
|
||||
# this isn't a real machine...
|
||||
boot.isContainer = true;
|
||||
system.stateVersion = "23.11";
|
||||
networking.domain = "testing.123";
|
||||
|
||||
sops = {
|
||||
age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue