mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
chore: use meta module
This commit is contained in:
parent
b6480b72ec
commit
c451c08f94
11 changed files with 171 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
{ modulesPath, ... }:
|
||||
{ modulesPath, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
|
@ -6,6 +6,21 @@
|
|||
./home-julien.nix
|
||||
];
|
||||
|
||||
machine.meta = {
|
||||
arch = "x86_64-linux";
|
||||
nixpkgs_version = inputs.nixpkgs;
|
||||
hm_version = inputs.home-manager;
|
||||
ipv4 = {
|
||||
public = "212.129.40.11";
|
||||
vpn = "100.100.45.12";
|
||||
};
|
||||
ipv6 = {
|
||||
public = "2a01:e0a:5f9:9681:5880:c9ff:fe9f:3dfb";
|
||||
vpn = "fd7a:115c:a1e0::c";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
luj = {
|
||||
docs = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue