mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-07 04:52:14 +00:00
fixed ssh keys
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./kboot-conf
|
./kboot-conf
|
||||||
# "${nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64-installer.nix"
|
# "${nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64-installer.nix"
|
||||||
"${nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64.nix"
|
"${inputs.nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64.nix"
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, nix-darwin, agenix, home-manager, ... }@inputs:
|
outputs = { self, nixpkgs, ... }@inputs:
|
||||||
let
|
let
|
||||||
globalModules = [
|
globalModules = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user