mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 07:24:10 +01:00
Merge pull request #78 from yqlbu/main
fix(secrets/nixos.nix): correct a typo
This commit is contained in:
@@ -35,7 +35,7 @@ in {
|
||||
server.operation.enable = mkEnableOption "NixOS Secrets for Operation Servers(Backup, Monitoring, etc)";
|
||||
server.kubernetes.enable = mkEnableOption "NixOS Secrets for Kubernetes";
|
||||
|
||||
impermanence.enable = mkEnableOption "Wether use impermanence and ephemeral root file sytem";
|
||||
impermanence.enable = mkEnableOption "Wether use impermanence and ephemeral root file system";
|
||||
};
|
||||
|
||||
config =
|
||||
|
||||
Reference in New Issue
Block a user