added nixos-rebuild to john-pc-ubuntu
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
{ inputs, ... }:
|
{ inputs, ... }:
|
||||||
{
|
{
|
||||||
flake.homeModules."john-pc-ubuntu" = {
|
flake.homeModules."john-pc-ubuntu" = { pkgs, ... }: {
|
||||||
imports = with inputs.self.homeModules; [
|
imports = with inputs.self.homeModules; [
|
||||||
john
|
john
|
||||||
desktop
|
desktop
|
||||||
resticprofile
|
resticprofile
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
nixos-rebuild
|
||||||
|
];
|
||||||
# TODO: Add host-specific settings here:
|
# TODO: Add host-specific settings here:
|
||||||
# - sops secret for `restic_password/john_ubuntu`
|
# - sops secret for `restic_password/john_ubuntu`
|
||||||
# - resticprofile profile definition
|
# - resticprofile profile definition
|
||||||
|
|||||||
Reference in New Issue
Block a user