mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:06:51 +01:00
temp for testing
This commit is contained in:
parent
f7b322c08a
commit
5546ee851d
2 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
# nixpkgs (Packges and modules)
|
# nixpkgs (Packges and modules)
|
||||||
nixpkgs.url = github:NixOS/nixpkgs;#/nixos-unstable;
|
#nixpkgs.url = github:NixOS/nixpkgs;#/nixos-unstable;
|
||||||
#nixpkgs.url = github:jopejoe1/nixpkgs/noto-fonts;
|
#nixpkgs.url = github:jopejoe1/nixpkgs/noto-fonts;
|
||||||
|
nixpkgs.url = github:AtaraxiaSjel/nixpkgs/update/ivpn;
|
||||||
|
|
||||||
# Nix Hardware (Hardware configs)
|
# Nix Hardware (Hardware configs)
|
||||||
nixos-hardware.url = github:NixOS/nixos-hardware;
|
nixos-hardware.url = github:NixOS/nixos-hardware;
|
||||||
|
|
|
@ -10,6 +10,8 @@
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.ivpn.enable = true;
|
||||||
|
|
||||||
networking.hostName = "kami";
|
networking.hostName = "kami";
|
||||||
networking.hostId = "16c22faf";
|
networking.hostId = "16c22faf";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue