even more backups of things
This commit is contained in:
parent
b8d125d448
commit
630f9b0074
46 changed files with 1166 additions and 197 deletions
8
hosts/lithium/private-config.nix
Normal file
8
hosts/lithium/private-config.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ inputs, ... }:
|
||||
# let secretsPath = builtins.toString inputs.nixos-secrets; in
|
||||
{
|
||||
#imports = [ inputs.nixos-secrets.nixosModules.private-config ];
|
||||
|
||||
# Enables a whole littany of private settings.
|
||||
private-config.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue