make hape pass nix flake check
This commit is contained in:
parent
9a58e8b37e
commit
7b5edade95
2 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,6 @@ _: {
|
||||||
./disable-nano.nix
|
./disable-nano.nix
|
||||||
./disk.nix
|
./disk.nix
|
||||||
./docs.nix
|
./docs.nix
|
||||||
./fs-hardening.nix
|
|
||||||
./nix.nix
|
./nix.nix
|
||||||
./oomd.nix
|
./oomd.nix
|
||||||
./permit-olm.nix
|
./permit-olm.nix
|
||||||
|
|
|
@ -71,8 +71,12 @@
|
||||||
"shutdown now"
|
"shutdown now"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
mpd.enable = true;
|
mpd.enable = false;
|
||||||
pipewire.enable = true;
|
pipewire.enable = true;
|
||||||
|
ssh = {
|
||||||
|
agent.enable = true;
|
||||||
|
daemon.enable = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue