Compare commits
No commits in common. "09c814e3f0a20f5eecf1f13b0e71f96f91e98abb" and "5239ad4550c251810743c0ebebd08d4925596368" have entirely different histories.
09c814e3f0
...
5239ad4550
|
@ -13,5 +13,5 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
config.pubkeys = import (self + /pubkeys.nix);
|
config.pubkeys = import self + /pubkeys.nix;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,4 @@
|
||||||
{
|
{config, ...}: {
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
age.secrets = lib.mkSecrets {"user-guest" = {};};
|
|
||||||
|
|
||||||
users.users.guest = {
|
users.users.guest = {
|
||||||
description = "Guest";
|
description = "Guest";
|
||||||
uid = 1001;
|
uid = 1001;
|
||||||
|
|
Loading…
Reference in a new issue