switch network configuration
This commit is contained in:
parent
b0b3ac643d
commit
873ebb60b7
6 changed files with 117 additions and 21 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
# Nix Settings
|
||||
nix = {
|
||||
nixPath = [ "nixpkgs=${nixpkgs}" ];
|
||||
package = pkgs.nixUnstable;
|
||||
registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
settings = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue