task | add support for colmena
This commit is contained in:
parent
7f8f785f9f
commit
fa6e63ace6
7 changed files with 30 additions and 18 deletions
|
|
@ -19,4 +19,7 @@
|
|||
../../home/work
|
||||
];
|
||||
networking.hostName = "eve";
|
||||
deployment = {
|
||||
tags = [ "workstation" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,4 +15,7 @@
|
|||
./podman.nix
|
||||
];
|
||||
networking.hostName = "fred";
|
||||
deployment = {
|
||||
tags = [ "server" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,4 +20,7 @@
|
|||
../../home/work
|
||||
];
|
||||
networking.hostName = "loki";
|
||||
deployment = {
|
||||
tags = [ "workstation" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -177,6 +177,7 @@ in {
|
|||
aspellDicts.en
|
||||
base16-schemes
|
||||
bash-completion
|
||||
colmena
|
||||
nix-bash-completions
|
||||
btop
|
||||
git-crypt
|
||||
|
|
|
|||
|
|
@ -18,4 +18,7 @@
|
|||
../../home/work
|
||||
];
|
||||
networking.hostName = "smaug";
|
||||
deployment = {
|
||||
tags = [ "workstation" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -278,6 +278,7 @@ in {
|
|||
bash-completion
|
||||
brightnessctl
|
||||
btop
|
||||
colmena
|
||||
espeak-classic
|
||||
fwup
|
||||
fwupd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue