add satisfactory-server-flake as input and add a module to enable and open firewall
This commit is contained in:
parent
ea61b5dc6b
commit
862760e50e
2 changed files with 8 additions and 2 deletions
|
@ -30,6 +30,11 @@
|
|||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
satisfactory-server = {
|
||||
url = "github:nekowinston/satisfactory-server-flake"
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, stablepkgs, home-manager, ... } @ inputs:
|
||||
|
@ -57,6 +62,7 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.satisfactory-server.nixosModules.satisfactory
|
||||
./hosts/biggerpi/configuration.nix
|
||||
];
|
||||
};
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
};
|
||||
|
||||
bindl = [
|
||||
",switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-2, 2560x1600@165, 0x0, auto""
|
||||
",switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-2, disable""
|
||||
",switch:off:Lid Switch,exec,hyprctl keyword monitor eDP-2, 2560x1600@165, 0x0, auto"
|
||||
",switch:on:Lid Switch,exec,hyprctl keyword monitor eDP-2, disable"
|
||||
];
|
||||
|
||||
# Allow using SUPER+LEFT to move windows and SUPER+RIGHT to resize windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue