diff --git a/flake.nix b/flake.nix index 2ee285d9..77d2134c 100644 --- a/flake.nix +++ b/flake.nix @@ -50,13 +50,5 @@ }; }; - #nixosConfigurations = { - # TODO(sako)::rename this - # sakotop = nixpkgs.lib.nixosSystem { - # system = "x86_64-linux"; - # specialArgs = attrs; - # modules = [ ./hosts/sakotop ]; - # }; - #}; }; }