Sfoglia il codice sorgente

commit before upgrade

Johan Rong 3 mesi fa
parent
commit
611cfc6560
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      flake.nix

+ 2 - 2
flake.nix

@@ -68,8 +68,8 @@
         nixpkgs = inputs.nixpkgs;
         home-manager = inputs.home-manager;
       };
-      nixosConfigurations."${hosts.nixtop.hostname}" = mkNixOSConfigurations {
-        host = hosts.nixtop;
+      nixosConfigurations."${hosts.dellaptop.hostname}" = mkNixOSConfigurations {
+        host = hosts.dellaptop;
         nixpkgs = inputs.nixpkgs;
         home-manager = inputs.home-manager;
       };