mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-06 20:42:27 +00:00
fixed ssh keys
This commit is contained in:
26
default.nix
26
default.nix
@@ -7,19 +7,19 @@
|
|||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
sdImage = {
|
# sdImage = {
|
||||||
#compressImage = false;
|
# #compressImage = false;
|
||||||
populateFirmwareCommands = let
|
# populateFirmwareCommands = let
|
||||||
configTxt = pkgs.writeText "README" ''
|
# configTxt = pkgs.writeText "README" ''
|
||||||
Nothing to see here. This empty partition is here because I don't know how to turn its creation off.
|
# Nothing to see here. This empty partition is here because I don't know how to turn its creation off.
|
||||||
'';
|
# '';
|
||||||
in ''
|
# in ''
|
||||||
cp ${configTxt} firmware/README
|
# cp ${configTxt} firmware/README
|
||||||
'';
|
# '';
|
||||||
populateRootCommands = ''
|
# populateRootCommands = ''
|
||||||
${config.boot.loader.kboot-conf.populateCmd} -c ${config.system.build.toplevel} -d ./files/kboot.conf
|
# ${config.boot.loader.kboot-conf.populateCmd} -c ${config.system.build.toplevel} -d ./files/kboot.conf
|
||||||
'';
|
# '';
|
||||||
};
|
# };
|
||||||
|
|
||||||
#boot.loader.grub.enable = false;
|
#boot.loader.grub.enable = false;
|
||||||
boot.loader.kboot-conf.enable = true;
|
boot.loader.kboot-conf.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user