Compare commits

...

2 Commits

Author SHA1 Message Date
Emelie Graven 02ffae5e7e
Add license info 2022-02-14 18:49:15 +01:00
Emelie Graven d4582abe3a
Change hostname 2022-02-14 18:15:20 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
MIT License Copyright (c) <year> <copyright holders>
MIT License Copyright (c) 2022 Nix Aalborg
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -12,7 +12,7 @@ in import "${sources.nixus}" {} ({ config, ... }: {
};
nodes = {
mail = { lib, config, ... }: {
capetillo = { lib, config, ... }: {
host = "deploy-nix@nixaalb.org";
configuration = ../config/hosts/capetillo/configuration.nix;
switchTimeout = 300;