Update to NixOS 24.11
This commit is contained in:
parent
c0a75e8e0e
commit
a90c75931b
12 changed files with 140 additions and 99 deletions
9
nixos/server.nix
Normal file
9
nixos/server.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
config = lib.mkIf (builtins.elem "server" config.deployment.tags) {
|
||||
services.openssh.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue