mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-14 15:50:09 -05:00
Adding Parents Device
This commit is contained in:
parent
f11ae539c1
commit
56278c47b5
8 changed files with 203 additions and 11 deletions
14
hosts/parents/nixos-anywhere.nix
Normal file
14
hosts/parents/nixos-anywhere.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
# Stuff for nixos-anywhere
|
||||
boot.loader.grub = {
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = map lib.lowPrio [ pkgs.curl pkgs.gitMinimal ];
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG9NhsAOBwWBdBeenfaPoRtqQrAIgg7E5m4sKYQU9cFx annika@kim"
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue