fix file path

This commit is contained in:
Joseph Hanson 2024-09-13 18:27:50 -05:00
parent 00b66bb9a9
commit a6444e7512
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 4 additions and 4 deletions

View file

@ -57,7 +57,7 @@
srvos.nixosModules.mixins-systemd-boot
disko.nixosModules.disko
lix-module.nixosModules.default
./profiles/fj-hetzner.nix
./profiles/role-fj-hetzner.nix
(import ./disko-hetzner-cloud.nix { disks = [ "/dev/sda" ]; })
{
boot.loader.efi.canTouchEfiVariables = true;
@ -73,7 +73,7 @@
x86_64-linux-modules = [
sops-nix.nixosModules.sops
./hardware/shadowfax.nix
./profiles/hw-shadowfax.nix
srvos.nixosModules.server
srvos.nixosModules.mixins-systemd-boot
disko.nixosModules.disko
@ -97,7 +97,7 @@
sops-nix.nixosModules.sops
srvos.nixosModules.server
lix-module.nixosModules.default
./profiles/fj-shadowfax-x86_64.nix
./profiles/role-lxc-vm.nix
{
# networking.hostName = "fj-x86_64-vm-01";
users.users.root.openssh.authorizedKeys.keys =

View file

@ -1,7 +1,7 @@
{ ... }:
{
imports = [
./.
./host-qemu.nix
];
config = {