Update default.nix
This commit is contained in:
parent
7f216a1d71
commit
62a90066b4
@ -4,9 +4,10 @@
|
|||||||
#
|
#
|
||||||
# This is main nixos configuration
|
# This is main nixos configuration
|
||||||
# To use this configuration:
|
# To use this configuration:
|
||||||
# 1. Add your own secret.nix to this folder
|
# 1. Add your own secret.nix and hardware-configuration/`hostname`.nix to this folder
|
||||||
# 2. ./install or ./bootstrap
|
# 2. Set the hostname to the desired one
|
||||||
# 3. Log in to application and services where neccesary
|
# 3. ./install or ./bootstrap
|
||||||
|
# 4. Log in to application and services where neccesary
|
||||||
|
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
let sources = import ./nix/sources.nix;
|
let sources = import ./nix/sources.nix;
|
||||||
|
Loading…
Reference in New Issue
Block a user