Fix install script

This commit is contained in:
muon 2025-08-04 20:11:49 +00:00
parent 4750f4ea9d
commit 0b2342ff13
5 changed files with 121 additions and 69 deletions

View file

@ -1,6 +1,8 @@
{
inputs,
system,
config,
lib,
...
}: {
# Hardware
@ -10,6 +12,13 @@
+ "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")
];
# Install
environment.etc.sops-key = {
source = "/home/muon/.config/sops-nix/secrets/sops-key";
target = "sops-nix/key.txt";
};
sops.age.keyFile = lib.mkForce "/etc/sops-nix/key.txt";
# System
mods.user.name = "muon";
networking.hostName = "murk";