mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix install script
This commit is contained in:
parent
4750f4ea9d
commit
0b2342ff13
5 changed files with 121 additions and 69 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue