rename vm common configuration

This commit is contained in:
cswimr 2025-01-28 07:29:07 -06:00
parent dc7d7071d9
commit c07c6baeae
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ let
in in
{ {
imports = [ imports = [
../template.nix ../common.nix
#../../../nixos/shell.nix #../../../nixos/shell.nix
]; ];

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
imports = [ imports = [
../template.nix ../common.nix
#../../../nixos/shell.nix #../../../nixos/shell.nix
]; ];
environment.systemPackages = with pkgs; [ fastfetch ]; environment.systemPackages = with pkgs; [ fastfetch ];