From 9dfe4d074a332f5da2281cbd23453ab6f79576a5 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 25 Oct 2021 19:09:53 +0200 Subject: [PATCH] add vinci --- host_vars/vinci.yml | 13 +++++++++++++ hosts | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 host_vars/vinci.yml diff --git a/host_vars/vinci.yml b/host_vars/vinci.yml new file mode 100644 index 0000000..d836a7c --- /dev/null +++ b/host_vars/vinci.yml @@ -0,0 +1,13 @@ +--- +etc_hostname: vinci + +etc_fstab_entries_overwrite: + root: + src: UUID=f1b9b845-5f3c-4912-b729-b6e8605f0def + home: + src: UUID=f1b9b845-5f3c-4912-b729-b6e8605f0def + +flatpak_flatpaks_overwrite: + org.gnome.Firmware: + state: present + remote: flathub diff --git a/hosts b/hosts index c77ad15..19d2d59 100644 --- a/hosts +++ b/hosts @@ -1,3 +1,4 @@ [silverblue] chapek9 -ice9 \ No newline at end of file +ice9 +vinci