move admin config to top-level
This commit is contained in:
parent
81c9ecd6dc
commit
a055f4fa40
8 changed files with 77 additions and 49 deletions
|
@ -1,8 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
with lib;
|
||||
let
|
||||
keys = [ ../../keys/dadada.pub ];
|
||||
in {
|
||||
{
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
networking.hostName = "pruflas";
|
||||
|
@ -103,10 +101,6 @@ in {
|
|||
|
||||
networking.domain = "dadada.li";
|
||||
|
||||
dadada.admin.users = {
|
||||
"dadada" = keys;
|
||||
};
|
||||
|
||||
users.mutableUsers = true;
|
||||
|
||||
dadada.networking.localResolver.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue