move backup to physical machines

This commit is contained in:
Tyler Starr 2024-09-27 14:28:35 -07:00
parent acb8519f43
commit dbb35cecf3
3 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@
{
imports = [
./git.nix
./backup.nix
./home-default.nix
];

View File

@ -2,6 +2,7 @@
{
imports = [
./home-configuration.nix
./backup.nix
];
nixpkgs.config.permittedInsecurePackages = [ "electron-25.9.0" "openssl-1.1.1w" ];