Move to flake based unstable import
This commit is contained in:
parent
611eaab26c
commit
2c4749f2cc
18 changed files with 17 additions and 29 deletions
15
modules/variables/domains/default.nix
Normal file
15
modules/variables/domains/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options.domains = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = {};
|
||||
};
|
||||
|
||||
config.domains = {
|
||||
p1 = "jimbosfiles.com";
|
||||
p2 = "nixfox.ca";
|
||||
blox = "bloxelcom.net";
|
||||
corn = "freecorn1854.win";
|
||||
luna = "lunamoonlight.xyz";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue