mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
fix: 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