fix typo in age-encryption
This commit is contained in:
parent
09bc397a1d
commit
b86ad3c563
|
@ -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 = {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue