add 1710 k8s configuration

framework
Stef Dunlap 11 months ago
parent 904a0ad70e
commit 80cf18d72d
  1. 9
      conf/1710_k8s.nix
  2. 2
      flake.nix
  3. 2
      home/doom.d/init.el

@ -0,0 +1,9 @@
{
services.dnsmasq.enable = true;
services.dnsmasq.extraConfig = ''
address=/laptop.cluster/192.168.1.10
'';
virtualisation.docker.extraOptions = ''
--insecure-registry "http://ku001.local:32000"
'';
}

@ -37,6 +37,7 @@
nixpkgs.config.allowUnfreePredicate = (pkg: true);
})
./conf/workstation.nix
./conf/1710_k8s.nix
./box/flippy.nix
./app/virtualbox.nix
./app/teamviewer.nix
@ -78,6 +79,7 @@
})
./conf/workstation.nix
./box/wmft16.nix
./conf/1710_k8s.nix
./app/k3s.nix
home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;

@ -135,7 +135,7 @@
;;fsharp ; ML stands for Microsoft's Language
;;fstar ; (dependent) types and (monadic) effects and Z3
;;gdscript ; the language you waited for
;;(go +lsp) ; the hipster dialect
(go +lsp) ; the hipster dialect
;;(graphql +lsp) ; Give queries a REST
;;(haskell +lsp) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python

Loading…
Cancel
Save