Convert nix-dev to flake config.
This commit is contained in:
@@ -10,5 +10,6 @@
|
||||
./sshd.nix
|
||||
./user-ppetru.nix
|
||||
./unattended-encryption.nix
|
||||
./systemd-boot.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{ pkgs, self, ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./cpufreq.nix
|
||||
./flakes.nix
|
||||
./locale.nix
|
||||
|
||||
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