Compare commits

..

3 commits

Author SHA1 Message Date
teutat3s 573a45db0b
Bump flake.lock
All checks were successful
continuous-integration/drone/push Build is passing
• Updated input 'latest':
    'github:nixos/nixpkgs/555daa9d339b3df75e58ee558a4fec98ea92521e' (2023-04-18)
  → 'github:nixos/nixpkgs/645bc49f34fa8eff95479f0345ff57e55b53437e' (2023-04-19)
• Updated input 'nixos':
    'github:nixos/nixpkgs/cd749f58ba83f7155b7062dd49d08e5e47e44d50' (2023-04-17)
  → 'github:nixos/nixpkgs/3d302c67ab8647327dba84fbdb443cdbf0e82744' (2023-04-19)
2023-04-21 12:10:12 +02:00
teutat3s c0ed1b8259
dumpyourvms: add fortinet SSL VPN 2023-04-20 14:45:24 +02:00
teutat3s 4c454c83a5
teutat3s: add 1password, overrides slack,1password 2023-04-19 15:09:11 +02:00
4 changed files with 16 additions and 6 deletions

View file

@ -288,11 +288,11 @@
},
"latest": {
"locked": {
"lastModified": 1681737997,
"narHash": "sha256-pHhjgsIkRMu80LmVe8QoKIZB6VZGRRxFmIvsC5S89k4=",
"lastModified": 1681920287,
"narHash": "sha256-+/d6XQQfhhXVfqfLROJoqj3TuG38CAeoT6jO1g9r1k0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "f00994e78cd39e6fc966f0c4103f908e63284780",
"rev": "645bc49f34fa8eff95479f0345ff57e55b53437e",
"type": "github"
},
"original": {
@ -320,11 +320,11 @@
},
"nixos": {
"locked": {
"lastModified": 1681696129,
"narHash": "sha256-Ba2y1lmsWmmAOAoTD5G9UnTS/UqV0ZFyzysgdfu7qag=",
"lastModified": 1681932375,
"narHash": "sha256-tSXbYmpnKSSWpzOrs27ie8X3I0yqKA6AuCzCYNtwbCU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "de66115c552acc4e0c0f92c5a5efb32e37dfa216",
"rev": "3d302c67ab8647327dba84fbdb443cdbf0e82744",
"type": "github"
},
"original": {

View file

@ -79,6 +79,13 @@ in {
services.unbound = import ./unbound.nix;
environment = {
systemPackages = with pkgs; [
networkmanager-fortisslvpn
openfortivpn
];
};
# Set default brightness to 50%
# https://ubuntuforums.org/showthread.php?t=2409856
services.cron.systemCronJobs = [

View file

@ -20,6 +20,8 @@ channels: final: prev: {
swaynotificationcenter
flyctl
zoom-us
slack
_1password-gui
;
#inherit (channels.master)

View file

@ -70,6 +70,7 @@ in {
cockroach-bin
zoom-us
slack
_1password-gui
];
programs.bash.initExtra = ''
source ${config.age.secrets.environment-secrets.path}