diff --git a/common/user-node.nix b/common/user-node.nix deleted file mode 100644 index af80ea3..0000000 --- a/common/user-node.nix +++ /dev/null @@ -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 - ]; -}