1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: implement external rekeying via nix run ".#rekey"

This commit is contained in:
oddlama 2023-01-28 20:11:07 +01:00
parent 9d1253c03b
commit 2081ce6585
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 105 additions and 77 deletions

View file

@ -1,7 +1,6 @@
{
networking = {
hostId = "4313abca";
hostName = "nom";
wireless.iwd.enable = true;
};