mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 16:10:14 +00:00
start generator work
This commit is contained in:
19
generators/aws.nix
Normal file
19
generators/aws.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{ nixpkgs, system, nixos-generators, home-manager, globals, ... }:
|
||||
|
||||
nixos-generators.nixoGenerate {
|
||||
inherit system;
|
||||
imports = [
|
||||
globals
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
networking.hostName = "sheep";
|
||||
gui.enable = false;
|
||||
colorscheme = (import ../../modules/colorscheme/gruvbox);
|
||||
passwordHash =
|
||||
"$6$PZYiMGmJIIHAepTM$Wx5EqTQ5GApzXx58nvi8azh16pdxrN6Qrv1wunDlzveOgawitWzcIxuj76X9V868fsPi/NOIEO8yVXqwzS9UF.";
|
||||
}
|
||||
../hosts/common.nix
|
||||
../modules/nixos
|
||||
];
|
||||
format = "aws";
|
||||
}
|
Reference in New Issue
Block a user