all: full snow flake \o/

This commit is contained in:
Aaron Bieber 2024-10-22 15:59:08 -06:00
parent 46085782ac
commit 444e5f2771
No known key found for this signature in database

View File

@ -148,6 +148,10 @@ in
};
};
system.nixos = {
distroName = "XinOS";
};
environment = {
etc = {
"ssh/ca.pub" = { text = caPubKeys; };