1
0
Johan Rong 3 сар өмнө
parent
commit
611cfc6560
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  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;
       };