move more stuf out of flake.nix
This commit is contained in:
parent
0bb0018450
commit
6bfa995c4d
10 changed files with 180 additions and 112 deletions
8
nixosConfigurations/epimetheus/default.nix
Normal file
8
nixosConfigurations/epimetheus/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
imports = [ self.nixosModules.pxvirt-guest ];
|
||||
|
||||
config = {
|
||||
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue