Commit 5ca7588901b7

Vincent Demeester <vincent@sbr.pm>
2022-04-19 12:16:34
Prepare flake
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f7ec3a3
Changed files (1)
flake.nix
@@ -99,18 +99,28 @@
       };
 
       hosts = {
+        # Main laptop
         naruhodo = {
           modules = [ ./systems/hosts/naruhodo.nix ];
         };
+        # WSL setup
         okinawa = {
           modules = [ ./systems/hosts/okinawa.nix ];
         };
+        # Servers
         shikoku = {
           channelName = "nixos-21_11";
           modules = [ ./systems/hosts/shikoku.nix ]; # Can add additionnal things
         };
+        wakasu = { };
+        sakhalin = { };
+        aomi = { };
+        kerkouane = { };
       };
 
+      # deploy-rs setup
+      deploy = { };
+
       outputsBuilder = channels:
         let
         in