feat: add host 'nixos-unstable' as a testing VM
This commit is contained in:
7
hosts/nixos-unstable/default.nix
Normal file
7
hosts/nixos-unstable/default.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ inputs, pkgs, ...}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./configuration.nix
|
||||
../../profiles/base
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user