Remove now unused user node template.

This commit is contained in:
2024-09-24 16:08:28 +01:00
parent 1470fb7b98
commit e9831a6ce8

View File

@@ -1,13 +0,0 @@
{ pkgs, inputs, ... }:
{
imports = [
# not used for this profile but defines options used by the other imports
inputs.impermanence.nixosModules.impermanence
./cifs-client.nix
./consul.nix
./docker.nix
./glusterfs-client.nix
./sshd.nix
./user-ppetru.nix
];
}