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