add devenv, remove sops
This commit is contained in:
parent
6e60476521
commit
4225eea9bb
@ -19,10 +19,10 @@
|
|||||||
url = "github:Gerg-L/spicetify-nix";
|
url = "github:Gerg-L/spicetify-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
sops-nix = {
|
# sops-nix = {
|
||||||
url = "github:Mic92/sops-nix";
|
# url = "github:Mic92/sops-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
# };
|
||||||
hyprland.url = "github:/hyprwm/Hyprland?submodules=1";
|
hyprland.url = "github:/hyprwm/Hyprland?submodules=1";
|
||||||
hyprpolkitagent.url = "github:hyprwm/hyprpolkitagent";
|
hyprpolkitagent.url = "github:hyprwm/hyprpolkitagent";
|
||||||
hyprpanel = {
|
hyprpanel = {
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"192.168.122.52" = [ "websiteku.lokal" ];
|
"192.168.122.52" = [ "websiteku.lokal" ];
|
||||||
"127.0.0.1" = [ "dimensi.lokal" ];
|
"127.0.0.1" = [ "dimensi.lokal" "sisfokampus.ddev.site" ];
|
||||||
# "43.239.205.20" = [ "dimensi.my" ];
|
# "43.239.205.20" = [ "dimensi.my" ];
|
||||||
# "103.106.6.124" = [ "dimensi.my" ];
|
# "103.106.6.124" = [ "dimensi.my" ];
|
||||||
};
|
};
|
||||||
|
|||||||
@ -84,6 +84,7 @@
|
|||||||
just
|
just
|
||||||
ddev
|
ddev
|
||||||
mkcert
|
mkcert
|
||||||
|
devenv
|
||||||
|
|
||||||
# Utils
|
# Utils
|
||||||
zip
|
zip
|
||||||
|
|||||||
@ -8,15 +8,19 @@ in {
|
|||||||
nix = {
|
nix = {
|
||||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
channel.enable = false;
|
channel.enable = false;
|
||||||
|
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
warn-dirty = false
|
warn-dirty = false
|
||||||
'';
|
'';
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
substituters = [ "https://hyprland.cachix.org" ];
|
substituters =
|
||||||
|
[ "https://hyprland.cachix.org" "https://devenv.cachix.org" ];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||||
|
"nixpkgs-python.cachix.org-1:hxjI7pFxTyuTHn2NkvWCrAUcNZLNS3ZAvfYNuYifcEU="
|
||||||
|
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user