switch network configuration

This commit is contained in:
Vivian 2022-09-26 13:52:32 +02:00
parent b0b3ac643d
commit 873ebb60b7
6 changed files with 117 additions and 21 deletions

View file

@ -16,6 +16,7 @@
# Nix Settings
nix = {
nixPath = [ "nixpkgs=${nixpkgs}" ];
package = pkgs.nixUnstable;
registry.nixpkgs.flake = inputs.nixpkgs;
settings = {

View file

@ -1,9 +1,4 @@
# common/users/default.nix
# Inputs to this NixOS module, in this case we are
# using `pkgs` so we can have some user specific packages and config
# to configure the root ssh key.
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, inputs, ... }:
{
# Setup ZSH to use grml config