refactor: biggest cleanup of my life
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
(import ../base.nix { inherit inputs outputs; })
|
||||
./hardware-configuration.nix
|
||||
./config.nix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
./secrets
|
||||
./dyndns
|
||||
];
|
||||
|
||||
kekleo.graphical = false;
|
||||
kekleo.publicKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOsLFjdS9JEcgBPa6NvOzpJp8coJPJwJFuM+PQCZ8brl leonhard"
|
||||
];
|
||||
|
||||
users.users.leonhard = {
|
||||
initialPassword = "leonhard";
|
||||
isNormalUser = true;
|
||||
|
||||
Reference in New Issue
Block a user