This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"battery": { | |
"bat": "BAT0", | |
"format": "{icon} {capacity}%", | |
"format-charging": " {capacity}%", | |
"format-icons": [ | |
"", | |
"", | |
"", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
config, | |
lib, | |
... | |
}: let | |
cfg = config.services.freeipa-server; | |
in { | |
options.services.freeipa-server = { | |
enable = lib.mkEnableOption "freeipa service"; | |
router = lib.mkOption { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ system, pkgs, home-manager, inputs, lib, user, ... }: | |
{ | |
mkHost = | |
{ name | |
, vlan20nic | |
, initrdMods | |
, kernelMods | |
, kernelParams | |
, kernelPackage | |
, systemConfig |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ sudo nixos-rebuild switch --show-trace | |
warning: Git tree '/etc/nixos' is dirty | |
error: | |
… while calling the 'seq' builtin | |
at /nix/store/mp4clz8rfv9vwl1n589kmkcp9k36ynkc-source/lib/modules.nix:320:18: | |
319| options = checked options; | |
320| config = checked (removeAttrs config [ "_module" ]); | |
| ^ |
OlderNewer