Update flake.nix

This commit is contained in:
Bitcoin Txoko
2024-07-22 07:34:47 +02:00
committed by GitHub
parent 6c548b6ba9
commit 34ac53bef6
+2 -1
View File
@@ -15,7 +15,8 @@
lib = nixpkgs.lib;
in {
nixosConfigurations = {
nixos = lib.nixosSystem {
# FIXME: change "host" to the hostname of your system defined in configuration.nix
host = lib.nixosSystem {
system = "x86_64-linux";
modules = [
./configuration.nix