Removed old code

This commit is contained in:
pazpi 2024-08-27 11:08:31 +02:00
parent f8eb1bb696
commit 48dcf38304

View file

@ -73,19 +73,6 @@
imports = [ ./hosts/arr ];
};
# deadbeef = {
# deployment = {
# targetHost = "10.42.135.101";
# targetPort = 22;
# targetUser = "root";
# };
# boot.isContainer = true;
# time.timeZone = "Europe/Rome";
# environment.systemPackages = with pkgs; [ htop ];
# };
};
nixosConfigurations =
@ -116,8 +103,6 @@
};
};
# formatter.${system} = pkgs.nixpkgs-fmt;
# nixosConfigurations = {
# deadbeef = nixpkgs.lib.nixosSystem {