test change Colmena
This commit is contained in:
parent
16c4e77524
commit
79504da0a5
5 changed files with 37 additions and 7 deletions
|
|
@ -36,8 +36,17 @@ in {
|
|||
# colmena deployment configuration
|
||||
deployment = {
|
||||
targetHost = "imbored.dev";
|
||||
targetPort = 22;
|
||||
targetUser = "ae";
|
||||
targetPort = 22;
|
||||
sshOptions = "-i ~/.ssh/id_hyrule";
|
||||
#keys = {
|
||||
# "imbored.dev" = {
|
||||
# # text, keyCommand, or keyFile must be set
|
||||
# # text = "";
|
||||
# #keyCommand = [ "" ];
|
||||
# keyFile = "/home/me/.ssh/id_hyrule";
|
||||
# };
|
||||
#};
|
||||
buildOnTarget = false; # build locally then deploy
|
||||
};
|
||||
|
||||
|
|
@ -68,7 +77,7 @@ in {
|
|||
# primary user
|
||||
ae = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel"];
|
||||
extraGroups = ["wheel" "networkmanager"];
|
||||
shell = pkgs.bash;
|
||||
home = "/home/ae"; # TEMP: remove and replace with home-manager
|
||||
packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue