restructure system configuration
This commit is contained in:
parent
8f58a79fe2
commit
e65c6bc159
27 changed files with 143 additions and 44 deletions
16
system/modules/nix/nh.nix
Normal file
16
system/modules/nix/nh.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ inputs, ... }: {
|
||||
|
||||
imports = [
|
||||
inputs.nh.nixosModules.default
|
||||
];
|
||||
|
||||
environment.variables.FLAKE = "/home/ooks/Coding/nix/ooks-io/nix";
|
||||
|
||||
nh = {
|
||||
enable = true;
|
||||
clean = {
|
||||
enable = true;
|
||||
extraArgs = "--keep-since 30d";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue