mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-22 20:00:54 +01:00
Compare commits
3 commits
5beaa5dcf9
...
2b3dc9e5e4
Author | SHA1 | Date | |
---|---|---|---|
2b3dc9e5e4 | |||
89f89ded4c | |||
3def982730 |
4 changed files with 6 additions and 3 deletions
|
@ -10,6 +10,7 @@ rec {
|
|||
"malka.family"
|
||||
"luj"
|
||||
"malka.sh"
|
||||
"hownix.works"
|
||||
];
|
||||
|
||||
isVPNDomain = hasSuffix "luj";
|
||||
|
|
6
lon.lock
6
lon.lock
|
@ -176,9 +176,9 @@
|
|||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"branch": "nixos-unstable",
|
||||
"revision": "3a228057f5b619feb3186e986dbe76278d707b6e",
|
||||
"url": "https://github.com/nixos/nixpkgs/archive/3a228057f5b619feb3186e986dbe76278d707b6e.tar.gz",
|
||||
"hash": "sha256-xvTo0Aw0+veek7hvEVLzErmJyQkEcRk6PSR4zsRQFEc="
|
||||
"revision": "a79cfe0ebd24952b580b1cf08cd906354996d547",
|
||||
"url": "https://github.com/nixos/nixpkgs/archive/a79cfe0ebd24952b580b1cf08cd906354996d547.tar.gz",
|
||||
"hash": "sha256-mIvECo/NNdJJ/bXjNqIh8yeoSjVLAuDuTUzAo7dzs8Y="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -114,6 +114,7 @@
|
|||
pyright
|
||||
nixfmt-rfc-style
|
||||
slack
|
||||
haskell-language-server
|
||||
]
|
||||
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ let
|
|||
"malka.family"
|
||||
"luj"
|
||||
"malka.sh"
|
||||
"hownix.works"
|
||||
];
|
||||
|
||||
isVPNDomain = domain: lib.dns.domainToZone [ "luj" ] domain != null;
|
||||
|
|
Loading…
Add table
Reference in a new issue