rename vm common configuration
This commit is contained in:
parent
dc7d7071d9
commit
c07c6baeae
3 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
../template.nix
|
||||
../common.nix
|
||||
#../../../nixos/shell.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../template.nix
|
||||
../common.nix
|
||||
#../../../nixos/shell.nix
|
||||
];
|
||||
environment.systemPackages = with pkgs; [ fastfetch ];
|
||||
|
|
Loading…
Add table
Reference in a new issue