vm : another systemd test

This commit is contained in:
Rouven Seifert 2024-05-13 14:22:08 +02:00
parent b81eb6fa54
commit fcfb3e50b1
3 changed files with 29 additions and 12 deletions

View file

@ -2,8 +2,8 @@
description = "My nix setup";
inputs = {
# nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "github:nikstur/nixpkgs/systemd-256";
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs-systemd-256.url = "github:nikstur/nixpkgs/systemd-256";
nix-index-database = {
url = "github:nix-community/nix-index-database";
@ -51,6 +51,7 @@
outputs =
{ self
, nixpkgs
, nixpkgs-systemd-256
, home-manager
, dns
, nix-index-database