This commit is contained in:
Nathan McCarty 2025-01-13 14:53:42 -05:00
parent ac3825e6f9
commit 29fd118635
22 changed files with 424 additions and 424 deletions

View file

@ -1,12 +1,9 @@
{ inputs }:
{
{inputs}: {
config,
lib,
pkgs,
...
}:
{
}: {
imports = [
inputs.lix-module.nixosModules.default
];

View file

@ -3,15 +3,12 @@
mutableUsers ? false,
username ? "nathan",
homedir ? "/home/nathan",
}:
{
}: {
config,
lib,
pkgs,
...
}:
{
}: {
security.polkit = {
enable = true;
};
@ -30,6 +27,5 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEtE+KjKuHUj5bKKQBDKqhO5dpEQf8E8u1G6kRj7y6dI nathan@nixos"
];
};
};
}