fix typo in age-encryption

This commit is contained in:
chaos 2024-05-11 16:30:44 +01:00
parent 09bc397a1d
commit b86ad3c563
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
]; ];
home-manager.users.root = { home-manager.users.root = {
imports = with tree; [home.base.zsh home.base.age-encyption home.dev.small]; imports = with tree; [home.base.zsh home.base.age-encryption home.dev.small];
}; };
networking.firewall = { networking.firewall = {

View file

@ -10,7 +10,7 @@
]; ];
home-manager.users.root = { home-manager.users.root = {
imports = with tree; [home.base.zsh home.base.age-encyption home.dev.small]; imports = with tree; [home.base.zsh home.base.age-encryption home.dev.small];
}; };
networking.firewall = { networking.firewall = {