Compare commits
5 Commits
cc834fd85d
...
10f8d192fd
| Author | SHA1 | Date | |
|---|---|---|---|
| 10f8d192fd | |||
| d187ede4f6 | |||
| 2faa4e8618 | |||
| f967055296 | |||
| e665f8e46d |
1011
machines/laptop/flake.lock
generated
Normal file
1011
machines/laptop/flake.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -13,6 +13,7 @@
|
||||
|
||||
olympus = {
|
||||
url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus";
|
||||
#url = "git+file:///home/nathan/Projects/Olympus";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
|
||||
@@ -20,6 +20,6 @@
|
||||
./code-server
|
||||
./novnc
|
||||
./minecraft
|
||||
./sandbox
|
||||
#./sandbox
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
{ config, lib, sops-nix, ... }: {
|
||||
{ config, lib, ... }: {
|
||||
|
||||
options.sysconfig.virtualization.keycloak.enable = lib.options.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
imports = [
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
|
||||
config = lib.mkIf config.sysconfig.virtualization.keycloak.enable {
|
||||
|
||||
sops.secrets."keycloak/dbpass" = {};
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
config = {
|
||||
|
||||
imports = [
|
||||
inputs.nix-minecraft.nixosModules.minecraft-servers
|
||||
nix-minecraft.nixosModules.minecraft-servers
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [ tmux ];
|
||||
|
||||
Reference in New Issue
Block a user