forked from kalipso/infrastructure
[moderatio] mv user packages into own cfg
This commit is contained in:
@@ -27,6 +27,13 @@
|
||||
../modules/sshd.nix
|
||||
];
|
||||
|
||||
users.users.malobeo = {
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
thunderbird
|
||||
];
|
||||
};
|
||||
|
||||
networking.hostName = "moderatio"; # Define your hostname.
|
||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
|
||||
|
||||
@@ -7,11 +7,6 @@ in
|
||||
users.users.malobeo = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
thunderbird
|
||||
];
|
||||
|
||||
openssh.authorizedKeys.keys = sshKeys.admins;
|
||||
|
||||
initialPassword = "test";
|
||||
|
||||
Reference in New Issue
Block a user