Compare commits

..

No commits in common. "09c814e3f0a20f5eecf1f13b0e71f96f91e98abb" and "5239ad4550c251810743c0ebebd08d4925596368" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View file

@ -13,5 +13,5 @@
'';
};
config.pubkeys = import (self + /pubkeys.nix);
config.pubkeys = import self + /pubkeys.nix;
}

View file

@ -1,10 +1,4 @@
{
config,
lib,
...
}: {
age.secrets = lib.mkSecrets {"user-guest" = {};};
{config, ...}: {
users.users.guest = {
description = "Guest";
uid = 1001;