Convert nix-dev to flake config.
This commit is contained in:
12
hosts/common/user-node.nix
Normal file
12
hosts/common/user-node.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ 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
|
||||
./glusterfs-client.nix
|
||||
./sshd.nix
|
||||
./user-ppetru.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user