Added pi-ceithir

This commit is contained in:
Serĉanto de Scio 2019-10-16 09:34:35 +10:00
parent 3f08ee0ae0
commit 38c5bfdddc
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -32,6 +32,19 @@
pi-tri = pi-tri =
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
{
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "19.09"; # Did you read the comment?
system.autoUpgrade.enable = true;
system.autoUpgrade.channel = https://nixos.org/channels/nixos-19.09;
};
pi-ceithir =
{ config, pkgs, lib, ... }:
{ {
# This value determines the NixOS release with which your system is to be # This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database # compatible, in order to avoid breaking some software such as database