cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
{ lib, namespace, ... }:
|
{ lib, namespace, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
|
let
|
||||||
|
inherit (lib.${namespace}) mkOpt;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
options.${namespace}.bootloader.lanzaboote = {
|
options.${namespace}.bootloader.lanzaboote = {
|
||||||
enable = mkEnableOption "enable lanzaboote";
|
enable = mkEnableOption "enable lanzaboote";
|
||||||
|
|
||||||
configLimit = mkOption {
|
configLimit = mkOpt types.int 10 "Number of boot items to keep";
|
||||||
type = with types; int;
|
|
||||||
default = 10;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
minecraft-server = {
|
services.minecraft-server = {
|
||||||
enable = false;
|
enable = false;
|
||||||
eula = true;
|
eula = true;
|
||||||
declarative = true;
|
declarative = true;
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
username = "admin";
|
|
||||||
hostAddress = "10.0.1.3";
|
|
||||||
hostName = "jallen-nas";
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user