Update flake
This commit is contained in:
parent
0d80d7389d
commit
c6d82e32ae
4 changed files with 21 additions and 55 deletions
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
imports = with inputs; [
|
||||
home-manager.nixosModules.default
|
||||
nh.nixosModules.default
|
||||
sops-nix.nixosModules.default
|
||||
] ++ [
|
||||
./constants.nix
|
||||
|
|
|
|||
|
|
@ -86,7 +86,10 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
nh.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
openssh = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue