genericLinux enable
This commit is contained in:
@@ -16,6 +16,9 @@ in
|
|||||||
docker
|
docker
|
||||||
desktop
|
desktop
|
||||||
];
|
];
|
||||||
|
targets.genericLinux.enable = true;
|
||||||
|
|
||||||
|
shell.program = "zsh";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nixos-rebuild
|
nixos-rebuild
|
||||||
@@ -40,7 +43,6 @@ in
|
|||||||
homelab = true;
|
homelab = true;
|
||||||
dev = true;
|
dev = true;
|
||||||
};
|
};
|
||||||
shell.program = "zsh";
|
|
||||||
sops.secrets."restic_password/john_ubuntu" = {
|
sops.secrets."restic_password/john_ubuntu" = {
|
||||||
path = "${config.xdg.configHome}/resticprofile/password.txt";
|
path = "${config.xdg.configHome}/resticprofile/password.txt";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user