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