Revert "Restructure NixOS host configuration files"

This reverts commit f92ad2b5ab.
This commit is contained in:
Oliver Davies 2025-01-05 13:37:13 +00:00
parent 51fc0af70e
commit 96bbb1934a
10 changed files with 114 additions and 70 deletions

View file

@ -0,0 +1,9 @@
{
programs.dconf.enable = true;
services.logind.lidSwitchExternalPower = "ignore";
age.identityPaths = [
"/home/opdavies/.ssh/id_rsa"
];
}