Compare commits

..

No commits in common. "6e2e97d78345b6ba60c914ecd8dfb108c6b8af27" and "3f96357a8b0a84b69883724ebed6ec09c69fb7ab" have entirely different histories.

4 changed files with 12 additions and 25 deletions

View file

@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1727872461,
"narHash": "sha256-4Pw3fVhN6xey5+2gUBm9nQJAjBqivffr+a5ZsXYjzJ8=",
"lastModified": 1727809780,
"narHash": "sha256-7W5HE2IRiZglMBKcn9JtC6bveE6/F7IzQyV2XDanGFA=",
"owner": "nix-community",
"repo": "disko",
"rev": "568727a884ae7cd9f266bd19aea655def8cafd78",
"rev": "6c5ba9ec9d470c1ca29e7735762c9c366e28f7f5",
"type": "github"
},
"original": {
@ -25,11 +25,11 @@
]
},
"locked": {
"lastModified": 1727817100,
"narHash": "sha256-dlyV9/eiWkm/Y/t2+k4CFZ29tBvCANmJogEYaHeAOTw=",
"lastModified": 1727383923,
"narHash": "sha256-4/vacp3CwdGoPf8U4e/N8OsGYtO09WTcQK5FqYfJbKs=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "437ec62009fa8ceb684eb447d455ffba25911cf9",
"rev": "ffe2d07e771580a005e675108212597e5b367d2d",
"type": "github"
},
"original": {
@ -71,11 +71,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1727872001,
"narHash": "sha256-nZNSePIWw526864XBqsrWU1dbo4Ei8iJXpNHCubui28=",
"lastModified": 1727747005,
"narHash": "sha256-2PBox0LkPhxirg1asEIpvfFARjq5KLw0EHPCy4unjPs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e46dc3b8343f627532ba881965b053d3bbec4235",
"rev": "9682b2197dabc185fcca802ac1ac21136e48fcc2",
"type": "github"
},
"original": {

View file

@ -18,16 +18,10 @@
outputs =
inputs@{ self, nixpkgs, ... }:
let
hosts = [
"work-ntb"
"lenar"
];
in
{
hosts = ["work-ntb" "lenar"];
in {
# Please replace my-nixos with your hostname
nixosConfigurations = nixpkgs.lib.genAttrs hosts (
host:
nixpkgs.lib.nixosSystem {
nixosConfigurations = nixpkgs.lib.genAttrs hosts (host: nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/${host}

View file

@ -143,12 +143,6 @@
dconf.enable = true;
thunderbird.enable = true;
firefox.enable = true;
gnupg.agent = {
enable = true;
};
nix-ld = {
enable = true;
};
};
services.tailscale.enable = true;

View file

@ -1 +0,0 @@
{ ... }: { }